Y
Hacker News
new
|
ask
|
show
|
jobs
by
gigatexal
1975 days ago
Any chance it will make its way to Postgres?
1 comments
ddorian43
1975 days ago
There are a lot of fixes PostgreSQL can do before this exotic one. Starting from ZHeap etc etc.
link
claytonjy
1975 days ago
Can custom index types be packaged into an extension, or would implementing this require deeper integration?
link
ldng
1975 days ago
ZHeap a fix ? A different data management option, yes. A fix, no.
link
ddorian43
1973 days ago
In the sense of lowering per-row-overhead, supposed to be faster on commit and slower on rollback(usual workloads).
link