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