2 dépôts
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.
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.
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.