top | item 41274166

(no title)

endisneigh | 1 year ago

It is still true that vanilla Postgres doesn’t scale well beyond multiple machines. There are extensions that help, though.

discuss

order

rastignack|1 year ago

My point is that you can handle a billion of rows on a single PostgreSQL instance.

endisneigh|1 year ago

Looking at the sheer number of rows isn’t really helpful - you’d need to know the query profile. Any database can simply store a billion rows.