Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Implement a LevelDB storage engine. Basic feature list:
- single-statement transactions
- secondary indexes
- HANDLER implementation with extensions to support atomic multi-put (kind of like multi-statement transactions)
- binlog XA on the master to be crash safe
- crash-proof slave replication state
- (almost) non blocking schema change
- full test coverage via mysql-test-run
- hot backup
- possible options to have LevelDB instance per mysqld, per schema or per table
The spec is being worked on here: https://kb.askmonty.org/en/leveldb-storage-engine