|
|
|
|
|
by why-el
1633 days ago
|
|
Postgres's dominance is well deserved, of course. My only concerns with it, both are actively worked on, are bloat management (significant for update heavy workloads and programmers used to the MySQL model of rollback segments) and the scaling of concurrency (going over 500 connections). Bloat was taken over by Cybertec[1] after stalling for a bit and is funded (yay), while concurrency was also enhanced out of Microsoft [2]. All in all, an excellent future for our beloved Postgres. [1] https://github.com/cybertec-postgresql/zheap
[2] https://techcommunity.microsoft.com/t5/azure-database-for-po... |
|