Supposing a lot of user access concurrently to a postgresql database. Supposing the database is on a dedicated server which only contains postgresql. Will the database hold ? For 100 users ? 1000 ?

Another question: If i'd like to make it hold no matter how many users, is there a built-in way of separating the database onto several servers or would i have to program the separation myself by installing several postgresql servers and splitting the data ?

Edit: I mean transactions, not the size. And the queries I want to run are simple inserts and selects with joins.

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top