memgraph/tests/benchmark
Matej Ferencevic 75950664a7 Separate distributed from single node storage
Summary:
This diff splits single node and distributed storage from each other.
Currently all of the storage code is copied into two directories (one single
node, one distributed).  The logic used in the storage implementation isn't
touched, it will be refactored in following diffs.

To clean the working directory after this diff you should execute:
```
rm database/state_delta.capnp
rm database/state_delta.hpp
rm storage/concurrent_id_mapper_rpc_messages.capnp
rm storage/concurrent_id_mapper_rpc_messages.hpp
```

Reviewers: teon.banek, buda, msantl

Reviewed By: teon.banek, msantl

Subscribers: teon.banek, pullbot

Differential Revision: https://phabricator.memgraph.io/D1625
2018-10-05 09:19:33 +02:00
..
data_structures RingBuffer - buffer on heap instead of stack 2017-11-02 12:07:23 +01:00
query Move Parameters into EvaluationContext 2018-09-11 13:32:29 +02:00
CMakeLists.txt Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
edge_storage.cpp Edge storage benchmark added 2017-09-08 13:12:20 +02:00
expansion.cpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
mvcc.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
serialization.cpp Remove boost from the codebase 2018-07-30 15:34:12 +02:00
tx_engine.cpp Move distributed transaction engine logic 2018-09-07 11:43:57 +02:00