1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
jsteemann 7906f0bae7 updated manual 2017-05-24 11:46:22 +02:00
..
Arangosh rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Configuration updated manual 2017-05-24 11:46:22 +02:00
Replication remove satelites 2017-05-12 16:23:02 +02:00
Sharding rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Upgrading rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
WebInterface rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Arangodump.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Arangoexport.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Arangoimp.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Arangorestore.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Durability.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
ManagingUsers.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
README.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00

README.md

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.