数 / 据 / 驱 / 动 成 / 就 / 未 / 来
Scenarios
In-memory search Tree(内存数据结构,加速数据查询,解决内存footprint问题)
Solution
High-speed Order-Preserving Encoder (HOPE压缩框架)
Key Techniques
Fast dictionary-based compressor
Identify common key patterns at a fine granularity
Exploit the entropy to achieve high compression rates with a small dictionary
Encodes arbitrary keys while preserving their order
Contributions
Develop a theoretical model to reason about order-preserving dictionary designs
Six representative compression schemes implement model in HOPE
Evaluate HOPE on five data structures used in databases: SuRF, ART, HOT, B+tree, and Prefix B+tree
Conclusion
Lower query latency(up to 40% lower) and better memory efficiency (up to 30% smaller) simultaneously for most
string key workloads
latency
40%
memory footprint
30%
研究结论
文档被以下合辑收录
评论