Skip to content

Commit 64531ac

Browse files
authored
fix: orioledb call out on project creation (supabase#30802)
* fix: orioledb call out on project creation * remove realtime call out in orioledb alpha blog
1 parent c1f0ff6 commit 64531ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/studio/components/interfaces/ProjectCreation/AdvancedConfiguration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const AdvancedConfiguration = ({ form }: AdvancedConfigurationProps) => {
103103
type="warning"
104104
className="rounded-t-none [&>div]:text-xs"
105105
title="OrioleDB is not production ready"
106-
description="Postgres with OrioleDB extension is currently in public alpha and not recommended for production usage yet."
106+
description="Postgres with OrioleDB extension is currently in Public Alpha and not recommended for production usage yet."
107107
>
108108
<DocsButton
109109
className="mt-2"

apps/www/_blog/2024-12-01-orioledb-launch.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This initial release is a Public Alpha and you should _not_ use it for Productio
2828

2929
- 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](https://www.orioledb.com/docs/usage/getting-started) guide on OrioleDB’s official website.
3030
- 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.
31-
- No support for Supabase Realtime Postgres Changes. Realtime Broadcast and Presence will continue to work.
3231

3332
### Should you use it today?
3433

0 commit comments

Comments
 (0)