mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 09:55:45 +02:00
This function analyzes the compressability of the keys using a single huffman tree. For example, ``` >debug POPULATE 1000000 keyabcdef 10 OK > debug compression 1) max_symbol 2) (integer) 121 3) max_bits 4) (integer) 5 5) raw_size 6) (integer) 7861817 7) compressed_size 8) (integer) 4372270 9) ratio 10) "0.5561398847111297" ``` Signed-off-by: Roman Gershman <roman@dragonflydb.io> |
||
---|---|---|
.. | ||
quick-start | ||
bgsave_memusage.svg | ||
build-from-source.md | ||
coordinator.excalidraw | ||
dashsegment.svg | ||
dashtable.md | ||
dashtable.svg | ||
db.svg | ||
dense_set.excalidraw | ||
dense_set.md | ||
dense_set.svg | ||
df-share-nothing.md | ||
differences.md | ||
faq.md | ||
memcached_benchmark.md | ||
memory_bgsave.tsv | ||
namespaces.md | ||
rdbsave.excalidraw | ||
rdbsave.md | ||
README.md | ||
thread-per-core.excalidraw | ||
throughput.svg | ||
transaction.md |
Quick Start
The easiest way to get started with Dragonfly is with Docker.
Deployment Method
First, choose a deployment method.
If you are new to Dragonfly, we recommend the DragonflyDB Docker Quick Start Guide
Other options: