memgraph/config
Ivan Paljak d106aff88f Implement full durability mode
Summary:
This diff introduces a new flags
* `--synchronous-commit`

The `--synchronous-commit` tells the WAL when should the deltas be flushed to
the disk drive. By default this is off and the WAL flushes deltas every `N`
milliseconds. If it's turned on, on every transaction end, commit or abort, the
WAL will first flush the deltas and only after that will return from ending a
transaction.

Reviewers: buda, vkasljevic, mferencevic, teon.banek, ipaljak

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1542
2018-08-29 16:05:07 +02:00
..
benchmarking.conf Remove executor not run option 2017-12-18 14:36:15 +01:00
community.conf Implement full durability mode 2018-08-29 16:05:07 +02:00
durability_stress.conf Add durability stress test 2018-04-22 08:32:44 +02:00
stress.conf Cleanup durability config, docs, CHANGELOG 2017-11-21 10:17:13 +01:00
testing.conf Cleanup durability config, docs, CHANGELOG 2017-11-21 10:17:13 +01:00