1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
jsteemann 9d6277689c change default value for `--ssl.protocol` from 4 (TLSv1) to 5 (TLSv12) 2017-04-21 12:49:16 +02:00
..
Arangosh Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Configuration change default value for `--ssl.protocol` from 4 (TLSv1) to 5 (TLSv12) 2017-04-21 12:49:16 +02: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 feature request #2317 2017-03-13 15:45:47 +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.