TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Pg_pathman 1.0.0: table partitioning for postgres

4 pointsby kelvichover 8 years ago

1 comment

Binoover 8 years ago
This is very nice, another way is to do the partition in the query yourself by using different databases/tables based on eg. a hashed userid. This works well and cross-platform if you have very isolated data for inserts/deletes/indexes (KISS). But this solution seems neat, I'm pretty sure it will solve someones problem.