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
Epic: none
Release note (ops change): The `storage.value_separation.enabled` cluster
setting is now true by default. This enables value separation for sstables,
where values exceeding a certain size threshold are stored in separate blob
files rather than inline in the sstable. This helps improve write
performance (write-amp) by avoiding rewriting such values during compactions.
0 commit comments