You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-ost now treats innodb and tokudb as transactional engine.
We now use rocksdb as MySQL's storage engine, for its high compression ratio and write performance. Rocksdb engine also supports transactions and implements transaction concurrency control based on row locks.
I hope gh-ost will treat rocksdb as a transactional engine as well, by adding a case option to IsTransactionalTable() .