logoalt Hacker News

snuxolltoday at 1:33 AM1 replyview on HN

With partitioning? No you don't. It gets a bit messy if you also want to partition a table by other values (like tenant id or something), since then you probably need to get into using table inheritance instead of the easier declarative partitioning - but either technique just gives you a single effective table to query.


Replies

edmundsautotoday at 3:02 AM

Pg moves the data between positions on update?

show 1 reply