哈希索引@ SwayDB
Hash-index @ SwayDB
- 时间序列要么事件源数据可能只需要快速顺序读取。
- 冷库要么存档数据可能根本不需要随机读取。
- (可选)启用或禁用哈希索引。
- 允许创建完美或接近完美的哈希索引。
- Create partially indexed hash-indexes with fallback to alternative indexes like binary-search & linear-search.
- 将密钥直接复制到哈希索引中。
- 受控并发。
- 压缩。
Example configuration