MyRocks and CHECK TABLE
MyRocks supports the CHECK TABLE command.
The command will do a number of checks to verify that the table data is self-consistent.
The details about the errors are printed into the error log. If log_warnings > 2, the error log will also have some informational messages which can help with troubleshooting.
Besides this, RocksDB has its own (low-level) log in #rocksdb/LOG
file.
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.