|
|
|
|
|
by twawaaay
1319 days ago
|
|
I look at the database connections the following way: how many connections can a database really serve effectively? For a connection to be actively served the database really needs to have a cpu core working on it or waiting for IO from the storage. And I am completely omitting the fact that databases really need a sizeable amount of memory to be able to do things efficiently. Even if you have a server with hundreds of cores your database probably can't be actively working on more than a small multiple of the number of the cores. |
|
And previous HN discussion: https://news.ycombinator.com/item?id=32680957.