element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
11 stars 3 forks source link

Support CockroachDB as backend #1800

Closed matrixbot closed 2 weeks ago

matrixbot commented 2 weeks ago

This issue was originally created by @erkinalp at https://github.com/matrix-org/dendrite/issues/1800.

Description:

Currently only Postgres is supported. Also support CockroachDB.

matrixbot commented 2 weeks ago

This comment was originally posted by @neilalexander at https://github.com/matrix-org/dendrite/issues/1800#issuecomment-802227282.

We support PostgreSQL for most deployments and SQLite for embedded/development deployments.

Unless there's an exceptionally good reason, we aren't likely to add this. The development and maintenance overhead is increased significantly with each storage backend.