1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
Jan 5165155ed1 Bug fix/fixes 0609 (#3227)
* do not use V8 variant of AQL functions in early optimization stage when a C++ variant is available

* additionally, simplify AQL function definitions and aliases

* warn when more than 90% of max mappings are in use

* added C++ variant of replication catchup

* added `--log.role` option

* updated CHANGELOG

* removed non-existing scheduler.threads option from config

* removed useless __FILE__, __LINE__ invocations

* updated CHANGELOG

* allow a priority V8 context

* remove TRI_CORE_MEM_ZONE

* try to fix Windows errors & warnings

* cleanup

* removed memory zones altogether

* exclude system collections from collection tests
2017-09-13 16:28:21 +02: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 Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
Encryption Added docs about encryption feature (#2500) 2017-06-08 08:52:17 +02:00
ManagingUsers Fix cases where the root user has access to excluded collections (#2856) 2017-08-03 21:16:08 +02:00
Replication fix typo 2017-08-07 07:13:05 +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 Docs: Rework ManagingUsers 2017-07-20 05:06:53 +02:00
Arangodump.md cluster documentation varnish (#2553) 2017-06-12 19:02:11 +02:00
Arangoexport.md Feature/planning 580 arangoexport with query (#2882) 2017-07-28 08:41:53 +02:00
Arangoimp.md Remove attribute option for arangoimp (#3141) 2017-08-30 10:45:02 +02:00
Arangorestore.md Added a more descriptiove documentation about ArangoRestore when using authentication and UserManagement. As required by: #3023 (#3148) 2017-08-28 15:02:49 +02: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.