Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The following table summarizes the differences between Couchstore and Magma stor
| 100{nbsp}MiB
| 1{nbsp}GiB

| Minimum memory to data ratio
| Minimum memory to data ratio<<quota-note, ^[1]^>>
| 10%
| 1%
| 1%
Expand All @@ -83,6 +83,11 @@ The following table summarizes the differences between Couchstore and Magma stor
| 10{nbsp}TB

|===
[horizontal]
[[memory-note]]<<quota-ref, ^1^>>:: Memory refers to the memory allocated to the bucket.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Disk space of the bucket refers to the data size of the bucket on the disk, including all of its replicas.
Copy link
Contributor

@rao-shwe rao-shwe Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

This can be estimated by: (number of documents * average document size * number of replicas * expected compression ratio).
Copy link
Contributor

@rao-shwe rao-shwe Nov 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

On a running system, the metric `kv_logical_data_size_bytes` reflects the bucket's size on the disk.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


== Which Storage Engine Should You Use?

Expand Down