awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesWrite IO Optimizations

Techniques to minimize physical disk operations during data mutation.

Distinct from Write-Ahead Logging: Focuses on reducing overall IO overhead via logical logs, not just the persistence mechanism of WAL.

Explore 1 awesome GitHub repository matching data & databases · Write IO Optimizations. Refine with filters or upvote what's useful.

Awesome Write IO Optimizations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • orioledb/orioledbالصورة الرمزية لـ orioledb

    orioledb/orioledb

    4,089عرض على GitHub↗

    Orioledb is a cloud-native storage engine for PostgreSQL designed to replace the default storage layer to improve vertical scalability and performance on modern hardware. It functions as an index-organized table store, organizing table rows directly within the primary index to accelerate data retrieval. The engine utilizes an undo log storage system to manage data versioning, which eliminates the need for manual vacuuming and prevents table bloat. It further reduces the disk footprint through block-level and page-level data compression. The project provides capabilities for advanced index ma

    Minimizes disk operations during write transactions through the use of logical and non-persistent undo logs.

    Cdatabaseorioledbpostgres
    عرض على GitHub↗4,089
  1. Home
  2. Data & Databases
  3. Write-Ahead Logging
  4. Write IO Optimizations