memgraph/src
florijan 1d5d67aeac Refactor database::StateDelta
Summary:
Refactor in two ways. First, expose members without getters as we will
need most of them in distributed. And this was always the sensible thing
to do. Second, add storage type values to deltas. This is also a
sensible thing to do, and it will be very beneficial in distributed. We
didn't do it before because name<->value type mappings aren't guaranteed
to be the same after recovery. A task has been added to address this
(preserve mappings in durability).

Reviewers: dgleich, buda

Reviewed By: dgleich

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1167
2018-02-02 11:44:03 +01:00
..
communication Support worker transaction begin/advance/commit/abort 2018-02-01 12:12:20 +01:00
data_structures Remove executor not run option 2017-12-18 14:36:15 +01:00
database Refactor database::StateDelta 2018-02-02 11:44:03 +01:00
distributed Support graph elements in remote pull rpc 2018-02-01 10:53:41 +01:00
durability Refactor database::StateDelta 2018-02-02 11:44:03 +01:00
io/network Improve network performance 2018-01-25 14:04:02 +01:00
mvcc Refactor global ids and prepare for distributed 2017-12-05 13:05:55 +01:00
query Add Synchronize operator stub 2018-02-02 11:21:15 +01:00
storage Refactor database::StateDelta 2018-02-02 11:44:03 +01:00
threading Take care of warnings/errors created by cppcheck. 2017-11-10 10:28:02 +01:00
transactions Support worker transaction begin/advance/commit/abort 2018-02-01 12:12:20 +01:00
utils Support graph elements in remote pull rpc 2018-02-01 10:53:41 +01:00
CMakeLists.txt Plan distributed execution of basic read operators 2018-01-25 14:20:51 +01:00
config.hpp Make csv_to_snapshot more user friendly 2017-10-26 09:37:56 +02:00
memgraph_bolt.cpp RPC refactor 2018-01-24 15:27:40 +01:00
version.hpp.in Add version.hpp.in and display it on '--version' flag 2017-09-27 09:04:44 +02:00