1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Jan 0a3fa506e0
some more release notes (#4145)
* some more release notes

* added `--cluster.my-local-info`
2017-12-22 11:23:45 +01:00
..
Arangosh rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Auditing Docs: Moved Auditing and StorageEngines to appropriate categories, added highlights 2017-07-05 10:24:14 +02:00
Configuration some more release notes (#4145) 2017-12-22 11:23:45 +01:00
Encryption added encryption key generator (#3348) 2017-09-30 14:59:27 +02:00
ManagingUsers RocksDB WAL tailing fixes (#3595) 2017-11-10 09:31:53 +01:00
Replication Proper links for new features, correct sitemap URL of Cookbook 2017-12-20 17:44:46 +01:00
Sharding rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Upgrading 3.3 release notes (#4107) 2017-12-20 15:33:09 +01:00
WebInterface Docs: Rework ManagingUsers 2017-07-20 05:06:53 +02:00
Arangodump.md some more release notes (#4145) 2017-12-22 11:23:45 +01:00
Arangoexport.md Feature/planning 580 arangoexport with query (#2882) 2017-07-28 08:41:53 +02:00
Arangoimp.md add `--ignore-missing` option to arangoimp (#4128) 2017-12-22 11:09:03 +01:00
Arangorestore.md Feature/encrypted dump (#3777) 2017-11-22 17:25:25 +01:00
Durability.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.