releases.shpreview
Supabase/Supabase Changelog/OrioleDB Public Alpha

OrioleDB Public Alpha

$npx -y @buildinternet/releases show rel_vNDGdJP90ALVr8ofKq1lq

01 Dec 2024 · 2 minute read

Today, we're releasing the Public Alpha of OrioleDB on the Supabase platform.

What's OrioleDB?

OrioleDB is a storage extension which uses Postgres' pluggable storage system. It's designed to be a drop-in replacement for Postgres' default Heap storage.

You can read more about OrioleDB here and learn why you might choose it over the default Postgres storage engine.

Limitations

This initial release is a Public Alpha and you should not use it for Production workloads. The release comes with several limitations:

  • The release is restricted to Free organizations. You will not be able to upgrade OrioleDB projects to larger instance sizes. If you want to run OrioleDB on a larger instance we suggest following the Getting Started guide on OrioleDB's official website.
  • Index support is restricted to the Postgres default B-Tree index type. Other indexs like GIN/GiST/BRIN/Hash, and pgvector's HNSW/IVFFlat are not supported.

Should you use it today?

At this stage, the goal of adding OrioleDB to the platform is to make it easier for testers to give feedback. If you're running Production workloads, stick to the standard options available.

Getting started and more info

To get started today, go to database.new and choose "Postgres with OrioleDB" under the "Advanced Configuration" section when launching a new database.

orioledb-project-create

If you want to learn more about OrioleDB and their vision for the future, check out the blog post the OrioleDB team released today.

Fetched March 31, 2026