Hacker News new | ask | show | jobs
by _pj_ 3030 days ago
I really wish the EDB guys (both Robert Haas and Amit Kapila) would mention in their blog posts about this feature that it's meant to use the pluggable storage API which is also slated for PG12. That would make it more clear that we are not abandoning the current storage format, just giving users choice (per table) to use what works best for their use case. It would also alleviate the worries that some comments expressed for both of the blog posts.
2 comments

To me that was obvious, but you are right, it is better to be clear. I have added a below sentence my blog post.

"I would like to mention that the above results don't mean that zheap will be better in all cases than heap. For example, rollbacks will be costlier in zheap. Just to be clear, this storage format is proposed as another format alongside current heap, so that users can decide which storage they want to use for their use case."

Where can we find a summary of the pluggable storage API?
I don't think there is a good summary, it hasn't been settled yet. The (rather lengthy) discussion is like with everything on -hackers mailing list - https://www.postgresql.org/message-id/flat/20160812231527.GA...