1 个仓库
Storing data in a binary tree structure for efficient access and modification.
Distinct from Binary Trees: The candidates are either for search utilities, educational resources, or traversal algorithms, not for an actual storage engine implementation.
Explore 1 awesome GitHub repository matching data & databases · Binary Tree Storage. Refine with filters or upvote what's useful.
RedisJSON 是一个使用原生二进制格式在 Redis 中存储和管理 JSON 数据的系统。它支持存储 JSON 文档,并能通过目标路径语法检索嵌套数据。 该项目提供了对嵌套 JSON 对象中单个元素执行原子更新的能力,无需检索并重写整个文档即可进行修改。它还支持 NoSQL 数据索引,通过在特定字段上创建二级索引,加速跨数据集的搜索和过滤操作。 其更广泛的功能涵盖了分层数据检索,以及将 JSON 字段映射到外部索引结构以实现快速搜索。
Implements a native binary tree storage format for JSON documents to ensure fast access.