Hacker News new | ask | show | jobs
by zozbot234 1537 days ago
Postgres supports sharding out of the box. The documentation tells you how to do it, using foreign data wrapper and table partitioning.