by anindha on 9/15/24, 7:42 PM with 4 comments
by phamilton on 9/16/24, 3:32 PM
The number of rows isn't that consequential honestly. Btrees are very fast at navigating deep hierarchies. It's the volume and complexity of traffic that matters.
On AWS Aurora we can run 10 readers to handle our peak midday traffic (10M+ daily active users).
I wouldn't shy away from doing billion row DBs on-prem if that's what the finances detail. Postgres can handle it. But the new wave of scalable Postgres (alloydb, aurora, neondb) will make it easy.
by faebi on 9/15/24, 7:55 PM
by t90fan on 9/15/24, 8:23 PM