1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Frank Celler b18adbdbd7 added --server.local-authentication 2017-10-08 22:04:52 +02:00
..
Arangosh
Auditing
Configuration added --server.local-authentication 2017-10-08 22:04:52 +02:00
Encryption added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
ManagingUsers added roles to users (#3354) 2017-10-01 21:00:39 +02:00
Replication Documentation/migrate cookbook devel 32 (#3290) 2017-09-20 13:40:50 +02:00
Sharding
Upgrading
WebInterface
Arangodump.md
Arangoexport.md
Arangoimp.md Remove attribute option for arangoimp (#3141) 2017-08-30 10:45:02 +02:00
Arangorestore.md
Durability.md
README.md

README.md

Administration

Most administration can be managed using the arangosh.

Filesystems

As one would expect for a database, we recommend a locally 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 to not use BTRFS on Linux. It is known to not work well in conjunction with ArangoDB. We experienced that ArangoDB faces latency issues on accessing its database files on BTRFS partitions. In conjunction with BTRFS and AUFS we also saw data loss on restart.