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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ 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
-
AuthzZed has standardized our managed services on CockroachDB, but we give self-hosted users the option to pick the datastore that best suits their operational requirements.
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 self-hosted deployments with high throughput and/or multi-region requirements
9
+
-[CockroachDB](#cockroachdb) - Recomended for selfhosted deployments with high throughput and/or multi-region requirements
10
10
-[Cloud Spanner](#cloud-spanner) - Recommended for self-hosted Google Cloud deployments
11
11
-[PostgreSQL](#postgresql) - Recommended for self-hosted single-region deployments
12
12
-[MySQL](#mysql) - Not recommended; only use if you cannot use PostgreSQL
0 commit comments