Hacker News new | ask | show | jobs
by jarym 2153 days ago
Have you been following ZHeap and do you think Timescale will benefit from a storage engine like that (less write amplification)?
2 comments

Timescale engineer here. I'm betting we'll see a nice win; we tend to see write-mostly workloads the UNDO shouldn't be too expensive, and the smaller tuple sizes should be nice. We've built Timescale to be compatible with custom storage engines, so it should work as a drop-in, though of course until we've tested it we won't be sure.
Another Timescale engineer here. As previously pointed out, zheap should work as a drop-in in TimescaleDB. In fact, I just tried it and it works. However, it currently requires an unmerged PR to work properly: https://github.com/timescale/timescaledb/pull/2082, as well as further testing.
Nice! Thanks. Postgres is just amazing in so many respects. The work you guys do contribute to that.