|
|
|
|
|
by pclmulqdq
129 days ago
|
|
Postgres on modern hardware can likely service 100 million users unless you are doing something data intensive with them. You can get a few hundred TB of flash in one box these days. You need to average over 1 MB of database data per user to get over 100 TB with only 100 million users. Even then, you can mostly just shard your DB. |
|