Hacker News new | ask | show | jobs
by dotborg2 5034 days ago
Postgres has feature called index partitioning, it solves such problems. There is also table partitioning. Creating/merging such tables and indexes should be done by your app automatically if you expect it to grow.