memgraph/src/durability
Dominik Gleich a36753cf27 Update snapshot naming
Summary:
Snapshots should have the transaction from which they were created because we need this info for recovery later on.
Otherwise we wouldn't be able to tell the workers from which snapshots to recover. The whole cluster should be recovered
from the same transaction snapshot.

Reviewers: msantl

Reviewed By: msantl

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1338
2018-04-05 13:42:51 +02:00
..
hashed_file_reader.hpp Durability - snapshot summary refactor 2017-10-27 13:51:02 +02:00
hashed_file_writer.hpp Write-ahead log 2017-11-13 09:51:39 +01:00
hasher.hpp Durability - snapshot summary refactor 2017-10-27 13:51:02 +02:00
paths.cpp Update snapshot naming 2018-04-05 13:42:51 +02:00
paths.hpp Update snapshot naming 2018-04-05 13:42:51 +02:00
recovery.cpp Fix recovery bug (transaction ID bumping) 2018-03-23 10:09:04 +01:00
recovery.hpp Refactor GraphDb 2018-01-12 16:47:24 +01:00
snapshooter.cpp Update snapshot naming 2018-04-05 13:42:51 +02:00
snapshooter.hpp Worker id in snapshot/wal 2018-01-18 11:46:47 +01:00
snapshot_decoded_value.hpp Extract address types 2018-02-15 17:31:10 +01:00
snapshot_decoder.hpp Add custom VLOGs for distributed memgraph 2018-03-26 09:24:39 +02:00
snapshot_encoder.hpp Support snapshot creation and recovery in distributed 2018-01-29 19:16:13 +01:00
version.hpp Refactor snapshot generators to reduce code duplication 2018-03-22 17:27:45 +01:00
wal.cpp Add thread names 2018-02-23 16:04:49 +01:00
wal.hpp Prepare RecordAccessor for distributed, part one 2018-02-05 09:48:50 +01:00