docs: ADR 0015 — remain on CouchDB; fix query/index performance in place#1778
Open
ivanslabbert wants to merge 1 commit into
Open
docs: ADR 0015 — remain on CouchDB; fix query/index performance in place#1778ivanslabbert wants to merge 1 commit into
ivanslabbert wants to merge 1 commit into
Conversation
…n place Records the outcome of the DocumentDB migration evaluation (#1700): remain on CouchDB and address server-side indexing/query performance in place (index-design audit + extending ADR 0011 response caching) rather than re-platform. Also captures the previously-implicit low-cost, cloud-agnostic scaling strategy (homogeneous cheap peers via multi-master replication) as the binding constraint DocumentDB's open-source stack cannot meet. FTS is already solved offline via our trigram engine (ADR 0009), so Nouveau is explicitly not adopted. Closes #1700 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
johan-bell
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Records the outcome of the DocumentDB migration evaluation in #1700.
Decision
Remain on CouchDB. Do not re-platform to the open-source DocumentDB / FerretDB stack. Address the server-side indexing/query-performance concerns within CouchDB (index-design audit + extending ADR 0011 response caching).
Why
_changesfeed and multi-master replication) that the open-source DocumentDB stack does not provide.Scope
Single new file:
docs/adr/0015-remain-on-couchdb.md. No code changes.Closes #1700
🤖 Generated with Claude Code