1 Repo
Commit coordination through a central timeline that records commits, rollbacks, and savepoints for atomicity and recovery.
Distinct from Atomic Commit Logs: Distinct from Atomic Commit Logs: uses a timeline-based coordination mechanism rather than a simple sequential log for commit management.
Explore 1 awesome GitHub repository matching data & databases · Timeline-Coordinated Commits. Refine with filters or upvote what's useful.
Apache Hudi is an open-source table format that brings ACID transactions, incremental processing, and multi-modal indexing to data lakes. It provides atomic commits with snapshot isolation, rollback, and optimistic concurrency control for reliable data lake operations, while supporting upserts, record-level updates, and deletions in large analytical datasets. The project distinguishes itself through a timeline-based architecture that coordinates all write operations, enabling features like time-travel querying, incremental change streaming, and multi-modal query views that include snapshot, i
Coordinates all write operations through a central timeline that records commits, rollbacks, and savepoints for atomicity and recovery.