Apply suggestions from code review
Co-authored-by: dm-2 <45519614+dm-2@users.noreply.github.com>
This commit is contained in:
parent
6e2be1d44f
commit
9f3cf74444
@ -247,7 +247,7 @@ Allows `gh-ost` to connect to the MySQL servers using encrypted connections, but
|
|||||||
`--ssl-key=/path/to/ssl-key.key`: SSL private key file (in PEM format).
|
`--ssl-key=/path/to/ssl-key.key`: SSL private key file (in PEM format).
|
||||||
|
|
||||||
### storage-engine
|
### storage-engine
|
||||||
default is `innodb`, and `rocksdb`as an optional. InnoDB and RocksDB are both transactional engines, supporting both shared and exclusive row locks.
|
Default is `innodb`, and `rocksdb` support is currently experimental. InnoDB and RocksDB are both transactional engines, supporting both shared and exclusive row locks.
|
||||||
|
|
||||||
But RocksDB currently lacks a few features support compared to InnoDB:
|
But RocksDB currently lacks a few features support compared to InnoDB:
|
||||||
- Gap Locks
|
- Gap Locks
|
||||||
|
Loading…
Reference in New Issue
Block a user