awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesWrite Skew Mitigations

Techniques to prevent data corruption during concurrent read-modify-write cycles.

Distinct from Concurrent Write Optimizations: Distinct from general concurrent write optimizations: focuses specifically on preventing write skew anomalies.

Explore 2 awesome GitHub repositories matching data & databases · Write Skew Mitigations. Refine with filters or upvote what's useful.

Awesome Write Skew Mitigations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • vonng/ddiaAvatar de Vonng

    Vonng/ddia

    22,648Ver en GitHub↗

    This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi

    Prevents data corruption by mitigating write skew in concurrent transaction environments.

    Pythonbookdatabaseddia
    Ver en GitHub↗22,648
  • delta-io/deltaAvatar de delta-io

    delta-io/delta

    8,596Ver en GitHub↗

    Delta is a lakehouse table format that brings ACID transactions and data warehouse consistency to large scale data lakes on cloud object storage. It serves as an ACID transaction manager, coordinating atomic commits and serializable isolation for concurrent reads and writes across distributed compute engines. The project provides a multi-engine interoperability layer that uses format translation to allow diverse SQL engines and processing frameworks to read and write the same tables. It functions as a data versioning system, utilizing a transaction log to enable time travel, historical snapsh

    Prevents data corruption and write skew anomalies by detecting conflicts between simultaneous write operations.

    Scalaacidanalyticsbig-data
    Ver en GitHub↗8,596
  1. Home
  2. Data & Databases
  3. Concurrent Write Optimizations
  4. Write Skew Mitigations

Explorar subetiquetas

  • Multi-Cluster Write CoordinationMechanisms for coordinating concurrent writes across multiple distributed compute clusters. **Distinct from Write Skew Mitigations:** Extends write-skew mitigation to handle coordination across separate compute clusters using external locks.