awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesValue-Log Separation

Architectural separation of keys and values into different storage structures to reduce write amplification.

Distinct from Key-Value Stores: Distinct from general Key-Value stores by specifically separating the key index from the value log.

Explore 1 awesome GitHub repository matching data & databases · Value-Log Separation. Refine with filters or upvote what's useful.

Awesome Value-Log Separation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dgraph-io/badgerAvatar von dgraph-io

    dgraph-io/badger

    15,666Auf GitHub ansehen↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Reduces write amplification by storing keys in sorted tables and larger values in separate append-only logs.

    Godatabasedocument-databasego
    Auf GitHub ansehen↗15,666
  1. Home
  2. Data & Databases
  3. Key-Value Stores
  4. Value-Log Separation