1 个仓库
Optimizing the insertion of multiple records into data pages to reduce lock contention.
Distinct from Batch Insertion Interfaces: Focuses on the concurrency and locking aspect of batch inserts, not just the programmatic interface.
Explore 1 awesome GitHub repository matching data & databases · Concurrent Batch Insertion. Refine with filters or upvote what's useful.
Orioledb 是一个专为 PostgreSQL 设计的云原生存储引擎,旨在替换默认存储层,以提高现代硬件上的垂直扩展性和性能。它作为一个索引组织表存储,直接在主索引内组织表行,以加速数据检索。 该引擎利用撤销日志存储系统来管理数据版本控制,这消除了手动清理(vacuuming)的需要并防止了表膨胀。它还通过块级和页级数据压缩进一步减少了磁盘占用。 该项目提供了高级索引管理和自动化数据库维护功能。它包括通过行级日志记录实现高可用性恢复的功能,以及用于分析空间利用率和验证表完整性的工具。
Increases write throughput by using a batch page insertion path to reduce lock contention.