|
|
|
|
|
by macdice
3295 days ago
|
|
Some assorted interesting points: * optimistic concurrency control (sometimes you need to retry, but often the optimism pays off) * serializable transaction isolation (something like but not exactly like ssi, rather than 2pl) * ieee 754-2008 decimal floats * undo-based mvcc (writers don't block readers) * group (network) sync replication * paxos based failover * lua stored procs Interesting technology and I'm very happy to see it open-sourced. Kudos to the team.
(I used this when I worked there. Few firms can pull off something like this in-house; they could. You wouldn't believe how much data they store in this thing.) |
|