75950664a7
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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
common.hpp | ||
dynamic_bitset_clear_n.cpp | ||
dynamic_bitset_set_n.cpp | ||
dynamic_bitset_set.cpp | ||
dynamic_bitset.cpp | ||
futex.cpp | ||
network_common.hpp | ||
network_read_hang.cpp | ||
network_server.cpp | ||
network_session_leak.cpp | ||
push_queue.cpp | ||
sl_hang.cpp | ||
sl_insert_competetive.cpp | ||
sl_insert.cpp | ||
sl_map.cpp | ||
sl_memory_leak.cpp | ||
sl_memory.cpp | ||
sl_remove_competetive.cpp | ||
sl_remove_disjoint.cpp | ||
sl_remove_joint.cpp | ||
sl_set.cpp | ||
sl_simulation.cpp | ||
spinlock.cpp |