I have a set of databases whos tables are all in MYROCKS that are ~ 500GB on disk, but they're running on small cloud servers. Whenever MariaDB starts up, the CPU spikes up to 100% and stays there. Previously, I had been using TokuDB, and I only started experiencing this when I converted the tables to MYROCKS.
Query performance on all of these tables is impacted, which is why I am considering converting all of these tables to InnoDB to mitigate the issue in the short term. However, I ultimately don't know where the problem lies.
Is there a way of disabling compaction / other RocksDB background jobs so I can see if RocksDB is indeed causing my issues?