|
|
|
|
|
by kstrauser
221 days ago
|
|
In the not-too-distant past I was handling many thousands of DB-backed requests per hour in a Python app running plain PostgreSQL. You can get really, really far with a decent machine if you mind the bottlenecks. Getting into swap? Add RAM. Blocked by IO? Throw in some more NVMe. Any reasonable CPU can process a lot more data than it's popular to think. |
|