Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: None
-
Labels: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
Gliffy Diagrams
Attachments
Issue Links
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Put more content into the spec (not finished still).