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
Hi,Sergei
Yes,i am sure i need LevelDB storage engine.Because my lab developed a new database flashkv on the basis of leveldb ,now i want to load flashkv into mysql as a storage engine. Since the upper layer of leveldb and flashkv is the same ,flashkv can be directly introduced if there is the interface of leveldb.So i am sure i need Leveldb Storage engine.Hope you could help me.Thanks,looking forward to your reply.