| Oriole are joining to work on the OrioleDB postgres extension. That's slightly different to this release: - This: for managing large files in s3 (videos, images, etc). - Oriole: a postgres extension that's a "drop-in replacement" for the default storage engine We also hope that the team can help develop Pluggable Storage in Postgres with the rest of the community. From the blog post[0]: > Pluggable Storage gives developers the ability to use different storage engines for different tables within the same database. This system is available in MySQL, which uses the InnoDB as the default storage engine since MySQL 5.5 (replacing MyISAM). Oriole aims to be a drop-in replacement for Postgres' default storage engine and supports similar use-cases with improved performance. Other storage engines, to name a few possibilities, could implement columnar storage for OLAP workloads, highly compressed timeseries storage for event data, or compressed storage for minimizing disk usage. Tangentially: we have a working prototype for decoupled storage and compute using the Oriole extension (also in the blog post). This stores Postgres data in s3 and there could be some inter-play with this release in the future [0] https://supabase.com/blog/supabase-aquires-oriole |