|
|
|
|
|
by anarazel
2673 days ago
|
|
> Interesting, but surely snapshots are only needed for connections with active transactions? Right, but the problem is that the cost to compute them essentially scales with the number of active connections (and to some degree with the number of allowed connections). Which means if your system actually does things, all those idle connections cost. We can, and should, make the constant factor for computing this considerably smaller. But obviously larger architectural issues need to be addressed too, at some point.. Edit: expand. |
|