I am working on the free and fair use of Heroku for a Rails Postgres application. Regarding the pricing on Heroku Postgres, I can see a connection limit (set to 120 for the cheapest offer).
What does this connection limit mean? I have seen it which may deal with the parameter max_connections but even that, I do not really get how it works.
If I have my rails server receiving an order and request my database for an update or simple select with always the same database Postgres user: does it count for one connection? I do not think so but I would like to get more details on this limit.
Thank you very much.