memgraph/docs/dev
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
..
diagram Move documentation 2018-07-13 12:36:57 +02:00
distributed Add initial version of dynamic partitioning feature spec 2018-07-23 17:39:22 +02:00
durability Implement full durability mode 2018-08-29 16:05:07 +02:00
storage Move documentation 2018-07-13 12:36:57 +02:00
cpp-code-conventions.md Update our code conventions and add required reading 2018-08-02 16:07:39 +02:00
lcp.md Add documentation of LCP features 2018-08-20 14:07:46 +02:00
other-code-conventions.md Update our code conventions and add required reading 2018-08-02 16:07:39 +02:00
quick-start.md Update our code conventions and add required reading 2018-08-02 16:07:39 +02:00
required-reading.md Update our code conventions and add required reading 2018-08-02 16:07:39 +02:00
toolchain-bootstrap.md Add Lisp C++ Preprocessing (LCP) 2018-04-30 14:36:30 +02:00
workflow.md Add introductory chapters from Phabricator wiki 2017-12-11 15:04:31 +01:00