d106aff88f
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 |
||
---|---|---|
.. | ||
diagram | ||
distributed | ||
durability | ||
storage | ||
cpp-code-conventions.md | ||
lcp.md | ||
other-code-conventions.md | ||
quick-start.md | ||
required-reading.md | ||
toolchain-bootstrap.md | ||
workflow.md |