memgraph/docs
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
..
dev Implement full durability mode 2018-08-29 16:05:07 +02:00
doxygen Init of end user technical documentation. 2017-05-31 15:38:26 +02:00
feature_specs Add kafka documentation 2018-08-09 16:52:52 +02:00
presentation/latex-template Add LaTeX template for presentations 2018-08-22 14:51:27 +02:00
user_technical Polish user_technical 2018-08-24 13:35:57 +02:00
.gitignore Remove couscous from user_technical 2018-08-24 11:03:37 +02:00