Concurrent Btree's concurrency control is based on Optimistic locking principle. Salient features of this concurrency control are
- Very simple - minimal changes to code to support concurrency
- Good scalability
Concurrent Btree's concurrency control is based on Optimistic locking principle. Salient features of this concurrency control are