1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Wilfried Goesgens f6d9bea41b remove accidential published documentation for the next release 2017-03-09 17:39:14 +01:00
..
Arangosh Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Configuration docs:endpoints fix typo 2017-02-24 13:49:22 +01:00
Replication remove accidential published documentation for the next release 2017-03-09 17:39:14 +01:00
Sharding Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Upgrading Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
WebInterface updated docu 2017-01-12 17:12:52 +01:00
Arangodump.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Arangoexport.mdpp docs:arangoexport csv case fix 2017-02-27 17:47:07 +01:00
Arangoimp.mdpp add jsonl to the game 2017-03-06 17:42:17 +01:00
Arangorestore.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Durability.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
ManagingUsers.mdpp Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
README.mdpp our 2 cent on filesystems 2017-03-09 13:26:48 +01:00

README.mdpp

Administration
==============

Most administration can be managed using the *arangosh*.


Filesystems
===========
As one would expect for a database, we recommend a localy mounted filesystems.

NFS or similar network filesystems will not work.

On Linux we recommend the use of ext4fs, on Windows NTFS and on MacOS HFS+.

We recommend **not** to use BTRFS on linux, it's known to not work well in conjunction with ArangoDB.
We experienced that arangodb facing latency issues on accessing its database files on BTRFS partitions.
In conjunction with BTRFS and AUFS we also saw data loss on restart.