8000 Doc: re-add switching storage engine section by maxkernbach · Pull Request #7781 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Doc: re-add switching storage engine section #7781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 27, 2018
Prev Previous commit
Next Next commit
improvements
link that other page..
  • Loading branch information
sleto-it authored Dec 23, 2018
commit 0ee2b1192c1e31fba0a0d5f82e5175ee0d9b970c
4 changes: 4 additions & 0 deletions Documentation/Books/Manual/Architecture/StorageEngines.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ possible to mix engines. The transaction handling and write-ahead-log
format in the individual engines is very different and therefore cannot
be mixed.

For practical information on how to switch storage engine please refer to the
[Switching the storage engine](../Administration/Engine/SwitchEngine.md)
page.

| MMFiles | RocksDB |
|---|---|
| optional | default |
Expand Down
0