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
RocksDB has many performance parameters that can be tweaked. Most notably, one can select where to apply compression, which compression level to use (which would directly impact ZSTD_insertBt1(), swapping it for something faster), and even switch zstd for lz4 for more speed. Refer to RocksDB documentation to know and understand them.
1.4.0 is 6+ years old. If that's an option, try to update the library to something more recent, like v1.5.7.
Activity
[-]zstd ZSTD_insertBt1 usage too much cpu[/-][+]zstd ZSTD_insertBt1 usage too much cpu about 52%[/+]Cyan4973 commentedon May 23, 2025
ZSTD_insertBt1()
, swapping it for something faster), and even switchzstd
forlz4
for more speed. Refer to RocksDB documentation to know and understand them.1.4.0
is 6+ years old. If that's an option, try to update the library to something more recent, likev1.5.7
.peterpaule commentedon May 26, 2025
thanks, i will try v1.5.7