1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
sleto-it ecd033491f
Doc - ArangoSync doc integration (#4590)
2018-02-14 18:59:18 +01:00
..
Arangosh Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Auditing Docs: Moved Auditing and StorageEngines to appropriate categories, added highlights 2017-07-05 10:24:14 +02:00
Cluster Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Configuration Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
DC2DC Doc - ArangoSync doc integration (#4590) 2018-02-14 18:59:18 +01:00
Encryption added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
ManagingUsers Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Replication Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Sharding rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Upgrading Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
WebInterface Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangodump.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangoexport.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
Arangoimport.md add 'create database' to 'import feature' (#4278) 2018-01-15 15:15:31 +01:00
Arangorestore.md issue #3504: export database name with dump for easier restore (#4216) 2018-01-05 14:52:56 +01:00
Durability.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
README.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01: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.