memgraph/src/database/single_node
Tonko Sabolcec 5f24342502 Split a single dump query into multiple queries
Summary:
Prior to this change, a huge query was returned by DumpGenerator that
dumped the entire graph. This change split the single query to multiple
queries, each dumping a single vertex/edge. For easier vertex matching
when dumping edge, an internal property id is assigned to each vertex and
removed after the whole graph is dumped.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2038
2019-05-14 14:22:28 +02:00
..
config.cpp Separate distributed from single node GraphDb 2018-10-05 13:32:05 +02:00
counters.hpp Remove virtual and pimpl from single node 2018-10-09 11:48:30 +02:00
dump.cpp Split a single dump query into multiple queries 2019-05-14 14:22:28 +02:00
dump.hpp Split a single dump query into multiple queries 2019-05-14 14:22:28 +02:00
exceptions.hpp Constraint code cleanup 2019-04-03 08:58:33 +02:00
graph_db_accessor.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
graph_db_accessor.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00
graph_db.cpp Migrate to C++17 2019-04-23 14:46:44 +02:00
graph_db.hpp Migrate to C++17 2019-04-23 14:46:44 +02:00