We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Pluggable Table Storage in PostgreSQL

Formal Metadata

Title
Pluggable Table Storage in PostgreSQL
Title of Series
Number of Parts
35
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
For PostgreSQL 12 we have worked hard at making table storage pluggable, i.e. allowing to store table data in different forms than PostgreSQL's current heap. This talk will explain: Why we think it's important to make postgres' storage pluggable how the new API works what types of table stores can be implemented, and what types are not yet possible how the limitations of pluggable storage can be addressed in future versions of PostgreSQL