logoalt Hacker News

throwaway7783today at 2:18 AM1 replyview on HN

Yeah, we have 300m+ rows in a table as well. It's partitioned by time and chugs along with no issues. Granted It's a 30 vcpu, 100gb ram machine, but it hosts billions of rows in aggregate


Replies

SchemaLoadtoday at 3:25 AM

Last app I worked on had a few tables in the billions of rows. Seemed to work fine as we were only really accessing it by unique keys which seems to remain fast no matter how large the table is.

show 1 reply