1
0
Fork 0
arangodb/Documentation/Books/Manual/Administration
jsteemann aa8047c093 added note about max JWT secret length 2018-09-11 14:56:40 +02:00
..
Arangosh Doc - added documentation for ArangoShell `print` function (#4397) 2018-01-23 13:56:30 +00:00
Auditing Doc - some EE notes (#5949) 2018-07-23 11:14:46 +02:00
Configuration added note about max JWT secret length 2018-09-11 14:56:40 +02:00
Encryption Doc - some EE notes (#5949) 2018-07-23 11:14:46 +02:00
ManagingUsers Refactor Authentication Layer (3.3) (#4588) 2018-02-28 13:24:18 +01:00
Replication Active Failover for Foxx Services (3.3) (#4593) 2018-02-15 09:36:25 +01:00
Sharding
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 back port PR 5238 from devel to 3.3: Add pacing logic to arangoimp. (#6126) 2018-08-17 09:18:08 +02:00
Arangorestore.md issue #3504: export database name with dump for easier restore (#4215) 2018-01-15 22:47:03 +01:00
Durability.md
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.