Y
Hacker News
new
|
ask
|
show
|
jobs
by
tempest_
147 days ago
Eh you could implement this pretty simply with postgres table partitions
1 comments
buchanae
147 days ago
Ah, that's an interesting idea! I had never considered using partitions. I might write a followup post with these new ideas.
link
tempest_
147 days ago
There are a bunch of caveats around primary keys and uniqueness but I suspect it could be made to work depending on your data model.
link