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
chore: support huffman compression for string values (#6025)
* chore: support huffman compression for string values
so now we can pass both --huffman_table=STRINGS:....,KEYS:....
Moreover, fix bugs around huffman and tiering so that at least a trivial manual test passes
when both settings are enabled:
```
./dragonfly --dbfilename= --noversion_check --maxmemory=8G --logtostderr --huffman_table=STRINGS:ChD4bAf/D/bPSwY= --tiered_prefix /tmp/tiered
> debug populate 1000000 key 128
> get key:42
```
* chore: comments
0 commit comments