Upgrading MMFiles to RocksDB in ArangoDB
There are two different storage engines ArangoDB has supported, MMFiles and RocksDB. RocksDB is the preferred storage engine for Centro instances. The RocksDB manages its memory usage more efficiently than the MMFiles engine. Also, MMFiles is deprecated from ArangoDB since v. 3.6.0.
ArangoDB has installed with RocksDB as the default storage engine since v. 3.4.0. However, if your Centro instance originated before that and you have not purposely upgraded the storage engine, it may still be using the MMFIles engine.
To upgrade MMFiles storage to RocksDB storage when upgrading to ArangoDB 3.6.x,
If you have Already Installed 3.6.x
If you've already upgraded to ArangoDB 3.6.x then,
- Back up your database and
- Start with step #5 from above.