You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
147721: storage: use MinLZ by default only on amd64 r=RaduBerinde a=RaduBerinde
On other platforms the MinLZ implementation is much slower so it's
safer to just stick to Snappy.
Epic: none
Release note: None
147728: kvserver: add new value separation timeseries r=jbowens a=jbowens
Add new timeseries metrics for value separation.
Epic: CRDB-20379
Release note (ops change): Introduces new timeseries metrics for observing the behavior of storage engine value separation.
Co-authored-by: Radu Berinde <[email protected]>
Co-authored-by: Jackson Owens <[email protected]>
description: The size of the physical blob files that are used to store separated values within the storage engine. This sum is the physical post-compression sum of value_bytes.referenced and value_bytes.unreferenced.
description: The size of storage engine value bytes (pre-compression) that are stored separately in blob files and not referenced by any live sstable. These bytes are garbage that could be reclaimed by a compaction.
16943
+
y_axis_label: Bytes
16944
+
type: GAUGE
16945
+
unit: BYTES
16946
+
aggregation: AVG
16947
+
derivative: NONE
16916
16948
- name: storage.wal.bytes_in
16917
16949
exported_name: storage_wal_bytes_in
16918
16950
description: The number of logical bytes the storage engine has written to the WAL
Help: "The size of storage engine value bytes (pre-compression) that are stored separately in blob files and not referenced by any live sstable. These bytes are garbage that could be reclaimed by a compaction.",
Help: "The number of blob files that are used to store separated values within the storage engine.",
2633
+
Measurement: "Files",
2634
+
Unit: metric.Unit_COUNT,
2635
+
}
2636
+
metaValueSeparationBlobFileSize= metric.Metadata{
2637
+
Name: "storage.value_separation.blob_files.size",
2638
+
Help: "The size of the physical blob files that are used to store separated values within the storage engine. This sum is the physical post-compression sum of value_bytes.referenced and value_bytes.unreferenced.",
2639
+
Measurement: "Bytes",
2640
+
Unit: metric.Unit_BYTES,
2641
+
}
2618
2642
metaWALBytesWritten= metric.Metadata{
2619
2643
Name: "storage.wal.bytes_written",
2620
2644
Help: "The number of bytes the storage engine has written to the WAL",
0 commit comments