1
0
Fork 0

Doc - set RocksDB as the default storage engine (chart) (#6888)

This commit is contained in:
maxkernbach 2018-10-15 14:25:30 +02:00 committed by sleto-it
parent cc0591a626
commit f581179c53
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ ArangoDB. Since version 3.4, the default storage engine is RocksDB.
| MMFiles | RocksDB |
|---|---|
| default | optional |
| optional | default |
| dataset needs to fit into memory | work with as much data as fits on disk |
| indexes in memory | hot set in memory, data and indexes on disk |
| slow restart due to index rebuilding | fast startup (no rebuilding of indexes) |