[DOC-14444][AI] Add memory and XDCR criteria for choosing 1024 vBuckets - #4160
Draft
TimLFletcher wants to merge 1 commit into
Draft
[DOC-14444][AI] Add memory and XDCR criteria for choosing 1024 vBuckets#4160TimLFletcher wants to merge 1 commit into
TimLFletcher wants to merge 1 commit into
Conversation
Which Storage Engine Should You Use? did not mention two criteria that point at the 1024 vBucket configuration: having at least 1 GiB of memory per node available for the bucket, and needing XDCR replication from a cluster older than 8.0. Both are already documented elsewhere on the site. This surfaces them in the decision list where a reader making the choice will see them. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Fixes DOC-14444.
What changed
modules/learn/pages/buckets-memory-and-storage/storage-engines.adoc, in Which Storage Engine Should You Use?The ticket asks for two criteria to be highlighted in the Magma 128 vs 1024 vBucket decision. Both were documented elsewhere on the site but missing from the list a reader actually consults when choosing. Added as two bullets to When to choose Magma with 1024 vBuckets.
Sources
storage-engines.adoc:30, and the ticketxdcr-overview.adoc:319-334learn/partials/xdcr-magma-128-vbucket-incompatibility.adocThe ticket phrases the second point as "XDCR replication from a bucket in Server version earlier than 8.0". I used the repository's own wording for the constraint instead, since
xdcr-overview.adocstates it more precisely and distinguishes direction, which matters here.The added xref points at the page rather than a section anchor, so there is no anchor to verify by hand.
Verification
🤖 Generated with Claude Code