1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Dan Larkin c48eb92c1e Added some more pass-through options for RocksDB and optimized a couple defaults. 2017-06-06 10:51:01 -04:00
..
Arangosh rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Configuration Added some more pass-through options for RocksDB and optimized a couple defaults. 2017-06-06 10:51:01 -04: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 updated documentation 2017-05-30 13:00:51 +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 updated threads documentation 2017-05-30 10:49:36 +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 updated documentation 2017-05-30 13:00:51 +02:00

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.