You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/spicedb/concepts/datastores.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ import { Callout } from 'nextra/components'
4
4
5
5
In order to reduce operational complexity, SpiceDB leverages existing, popular systems for persisting data.
6
6
7
-
Each datastore implementation comes with various trade-offs.
7
+
AuthZed has standardized our managed services on CockroachDB, but we give self-hosted customers the option to pick the datastore that best suits their operational requirements.
8
8
9
-
-[CockroachDB](#cockroachdb) - Recommended for planet-scale, multi-region deployments
10
-
-[Cloud Spanner](#cloud-spanner) - Recommended for Google Cloud deployments
11
-
-[PostgreSQL](#postgresql) - Recommended for single-region deployments
9
+
-[CockroachDB](#cockroachdb) - Recomended for self hosted deployments with high throughput and/or multi-region requirements
10
+
-[Cloud Spanner](#cloud-spanner) - Recommended for self-hosted Google Cloud deployments
11
+
-[PostgreSQL](#postgresql) - Recommended for self-hosted single-region deployments
12
12
-[MySQL](#mysql) - Not recommended; only use if you cannot use PostgreSQL
13
13
-[memdb](#memdb) - Recommended for local development and integration testing against applications
0 commit comments