DocDB transactions layer
DocDB is YugabyteDB's distributed document store responsible for transactions, sharding, replication, and persistence.
YugabyteDB's distributed transaction architecture is based on principles of atomicity, consistency, isolation, and durability (ACID), and is inspired by Google Spanner.