Hacker News new | ask | show | jobs
by gigatexal 1975 days ago
Any chance it will make its way to Postgres?
1 comments

There are a lot of fixes PostgreSQL can do before this exotic one. Starting from ZHeap etc etc.
Can custom index types be packaged into an extension, or would implementing this require deeper integration?
ZHeap a fix ? A different data management option, yes. A fix, no.
In the sense of lowering per-row-overhead, supposed to be faster on commit and slower on rollback(usual workloads).