Skip to content

Commit e5015b7

Browse files
authored
Merge pull request #358 from corkrean/datastore_recs
update datastore recs
2 parents 4a10ed1 + 9664b98 commit e5015b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/spicedb/concepts/datastores.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { Callout } from 'nextra/components'
44

55
In order to reduce operational complexity, SpiceDB leverages existing, popular systems for persisting data.
66

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.
88

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
1212
- [MySQL](#mysql) - Not recommended; only use if you cannot use PostgreSQL
1313
- [memdb](#memdb) - Recommended for local development and integration testing against applications
1414

0 commit comments

Comments
 (0)