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

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

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

1 مستودع

Awesome GitHub RepositoriesSequential Scan Buffer Pool Bypasses

Reads large sequential page runs directly into local query memory instead of the shared buffer pool.

Distinct from Database Buffer Pools: Distinct from Database Buffer Pools: bypasses the shared buffer pool entirely for large sequential scans to avoid cache pollution.

Explore 1 awesome GitHub repository matching software engineering & architecture · Sequential Scan Buffer Pool Bypasses. Refine with filters or upvote what's useful.

Awesome Sequential Scan Buffer Pool Bypasses GitHub Repositories

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

    oceanbase/miniob

    4,318عرض على GitHub↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    Read large sequential page runs directly into local query memory instead of the shared buffer pool.

    C++classroomcplusplusdatabase
    عرض على GitHub↗4,318
  1. Home
  2. Software Engineering & Architecture
  3. Byte Buffer Pooling
  4. Database Buffer Pools
  5. Sequential Scan Buffer Pool Bypasses