awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesRead Validations Before Commits

Re-checking that previously read data is still visible and no phantom rows appeared before committing for serializable isolation.

Distinct from Concurrent Read Access: Distinct from Concurrent Read Access: focuses on validation at commit time for serializable isolation, not general concurrent read access.

Explore 2 awesome GitHub repositories matching data & databases · Read Validations Before Commits. Refine with filters or upvote what's useful.

Awesome Read Validations Before Commits GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • saenzramiro/ramboxAvatar de saenzramiro

    saenzramiro/rambox

    6,384Voir sur GitHub↗

    Rambox is a desktop application that consolidates multiple web-based messaging and email services into a single window, allowing users to manage all their communications from one unified interface. It embeds each service inside an isolated web view, rendering the original web app without modification, and organizes them as draggable tabs in a persistent bar that supports reordering, disabling, and layout switching without restarting. The application distinguishes itself through several customization and security capabilities. Users can inject custom JavaScript or CSS into any service's web vi

    Requires a short wait to verify browser legitimacy before loading the page.

    JavaScript
    Voir sur GitHub↗6,384
  • oceanbase/miniobAvatar de oceanbase

    oceanbase/miniob

    4,318Voir sur 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

    Re-checks that previously read data is still visible and no phantom rows appeared for serializable isolation at commit time.

    C++classroomcplusplusdatabase
    Voir sur GitHub↗4,318
  1. Home
  2. Data & Databases
  3. High-Concurrency Database Access
  4. Concurrent Read Access
  5. Read Validations Before Commits