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
The feature `zstd-static-linking-only` in combination with enabling zstd
110
+
compression will cause Rocksdb to hold digested dictionaries in block cache to
111
+
save repetitive deserialization overhead. This saves a lot of CPU for read-heavy
112
+
workloads. This feature is gated behind a flag in Rocksdb because one of the
113
+
digested dictionary APIs used is marked as experimental. However, this feature
114
+
is still used at facebook in production per the [Preset Dictionary Compression Blog Post](https://rocksdb.org/blog/2021/05/31/dictionary-compression.html).
0 commit comments