!CHAPTER Write-ahead log options Since ArangoDB 2.2, the server will write all data-modification operations into its write-ahead log. The write-ahead log is a sequence of logfiles that are written in an append-only fashion. Full logfiles will eventually be garbage-collected, and the relevant data might be transferred into collection journals and datafiles. Unneeded and already garbage-collected logfiles will either be deleted or kept for the purpose of keeping a replication backlog. !SUBSECTION Directory @startDocuBlock WalLogfileDirectory !SUBSECTION Logfile size @startDocuBlock WalLogfileSize !SUBSECTION Allow oversize entries @startDocuBlock WalLogfileAllowOversizeEntries !SUBSECTION Suppress shape information @startDocuBlock WalLogfileSuppressShapeInformation !SUBSECTION Number of reserve logfiles @startDocuBlock WalLogfileReserveLogfiles !SUBSECTION Number of historic logfiles @startDocuBlock WalLogfileHistoricLogfiles !SUBSECTION Sync interval @startDocuBlock WalLogfileSyncInterval !SUBSECTION Throttling @startDocuBlock WalLogfileThrottling !SUBSECTION Number of slots @startDocuBlock WalLogfileSlots !SUBSECTION Ignore logfile errors @startDocuBlock WalLogfileIgnoreLogfileErrors !SUBSECTION Ignore recovery errors @startDocuBlock WalLogfileIgnoreRecoveryErrors