DOC-13439 added note about bucket memory#3990
Open
TimLFletcher wants to merge 1 commit intorelease/8.0from
Open
DOC-13439 added note about bucket memory#3990TimLFletcher wants to merge 1 commit intorelease/8.0from
TimLFletcher wants to merge 1 commit intorelease/8.0from
Conversation
rao-shwe
requested changes
Nov 25, 2025
Contributor
rao-shwe
left a comment
There was a problem hiding this comment.
Suggested modifications for a bit of technical correctness and line breaks.
|
|
||
| |=== | ||
| [horizontal] | ||
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket. |
Contributor
There was a problem hiding this comment.
Suggested change
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket. | |
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the RAM allocated to the bucket. | |
| + |
| |=== | ||
| [horizontal] | ||
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket. | ||
| Disk space of the bucket refers to the data size of the bucket on the disk, including all of its replicas. |
Contributor
There was a problem hiding this comment.
Suggested change
| Disk space of the bucket refers to the data size of the bucket on the disk, including all of its replicas. | |
| Disk space refers to the total size of the bucket’s data on the disk, including all of its replicas. | |
| + |
| [horizontal] | ||
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket. | ||
| Disk space of the bucket refers to the data size of the bucket on the disk, including all of its replicas. | ||
| This can be estimated by: (number of documents * average document size * number of replicas * expected compression ratio). |
Contributor
There was a problem hiding this comment.
Suggested change
| This can be estimated by: (number of documents * average document size * number of replicas * expected compression ratio). | |
| This can be estimated by: | |
| + | |
| (number of documents x average document size x number of replicas x expected compression ratio). |
| [[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket. | ||
| Disk space of the bucket refers to the data size of the bucket on the disk, including all of its replicas. | ||
| This can be estimated by: (number of documents * average document size * number of replicas * expected compression ratio). | ||
| On a running system, the metric `kv_logical_data_size_bytes` reflects the bucket's size on the disk. |
Contributor
There was a problem hiding this comment.
Suggested change
| On a running system, the metric `kv_logical_data_size_bytes` reflects the bucket's size on the disk. | |
| + | |
| On a running system, the metric `kv_logical_data_size_bytes` reflects the bucket's size on the disk. |
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.
DOC-13439
Added a note to clear up some confusion about what memory actually means within the context of storing data in a bucket.
This is for 8.0, which differs slightly to the 7.6 version.