databass-book-club / transaction_processingLinks
Notes on Transaction Processing: Concepts and Techniques by Jim Gray and Andreas Reuter
☆38Updated last year
Alternatives and similar repositories for transaction_processing
Users that are interested in transaction_processing are comparing it to the libraries listed below
Sorting:
- A little, pedagogical implementation of mvcc and transaction isolation levels.☆61Updated 11 months ago
- LSM-based key-value store in Go for educational purpose.☆77Updated 7 months ago
- one billion row challenge☆42Updated last year
- Related resources for "Database Performance at Scale: A Practical Guide (Apress, 2023)," by Felipe Cardeneti Mendes, Piotr Sarna, Pavel E…☆123Updated 3 months ago
- Building an intuition for latency and throughput of basic operations across SQL databases.☆55Updated last year
- TLA+ specifications for Kafka related algorithms☆84Updated 8 months ago
- A collection of resources about databases and related topics☆96Updated 2 years ago
- A simple cassandra like kv store using gossip protocol☆16Updated 5 years ago
- ☆125Updated 3 months ago
- ViewStamped Replication implementation in Go☆39Updated last year
- Databases are awesome! 🕶☆59Updated 2 years ago
- A little Delta Lake/Iceberg inspired database implementation in Go☆43Updated last year
- Relational Database for High-Intensity, Contention-Free OLTP.☆91Updated this week
- An implementation of an educational RDBMS in Go☆22Updated last year
- A basic Raft implementation in Go.☆228Updated last year
- 🪵 From scratch implementation of Raft consensus algorithm in Go☆39Updated 3 years ago
- Log-Structured Merge Tree Java implementation☆101Updated last year
- Tektite DB☆184Updated 7 months ago
- Durable Promise Specification☆93Updated 6 months ago
- Your SQL database for learning purpose☆78Updated 3 weeks ago
- ☆21Updated last year
- A little tool to display your postgres BTree indexes in an html using pageinspect data☆67Updated last year
- FireflyDB is a fast, thread-safe, JVM-based key-value storage engine with microsecond latency.☆70Updated last year
- Toy distributed PostgreSQL by implementing SQL over KV☆11Updated last year
- My solutions to the Glomers Challenge: a series of distributed systems challenges.☆123Updated 2 years ago
- distributed, durable, and highly available log built on top of S3☆180Updated 8 months ago
- A toy, ACID compliant, and Relational-ish DBMS built from scratch☆39Updated 2 months ago
- TLA+ modules, specifications, and models for Radix trees.☆33Updated 4 years ago
- An Almost Exactly Once Delivery (AEOD) queue☆77Updated 3 months ago
- Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Shi…☆332Updated 4 months ago