FSST (Fast Static Symbol Table) is a string compression technique that replaces frequently occurring substrings with 1-byte tokens, achieving better compression ratios than dictionary-only approaches. CedarDB combines FSST with dictionary compression to enable efficient query filtering on compressed data while reducing storage

18m read time From cedardb.com
Post cover image
Table of contents
Why you should care about stringsWhy you want to compress (your strings)String Compression in CedarDBFSSTBenchmarksSources

Sort: