memgraph/src/query
Teon Banek 9071552ce1 Plan Cartesian after a merge point on master plan
Summary:
This should fix the issue of having a write followed by a read during
distributed execution. Any kind of merger of plans should behave like a
Cartesian with regards to planning the following ScanAll.

Reviewers: mtomic, mferencevic

Reviewed By: mtomic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1624
2018-10-05 10:09:53 +02:00
..
frontend Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
interpret Convert AST to LCP 2018-10-04 12:38:29 +02:00
plan Plan Cartesian after a merge point on master plan 2018-10-05 10:09:53 +02:00
common.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
common.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
context.hpp Move Parameters into EvaluationContext 2018-09-11 13:32:29 +02:00
distributed_interpreter.cpp Throw exceptions on RPC failure and Distributed error handling 2018-09-27 16:27:40 +02:00
distributed_interpreter.hpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
exceptions.hpp Revise user visible error messages 2018-08-29 12:58:15 +02:00
interpreter.cpp Clean-up TypedValue misuse 2018-09-13 13:45:54 +02:00
interpreter.hpp Don't implicitly wait on futures during query execution 2018-09-26 11:02:32 +02:00
parameters.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
path.hpp Support graph elements in remote pull rpc 2018-02-01 10:53:41 +01:00
repl.cpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
repl.hpp Extract distributed interpretation out of Interpreter 2018-08-27 09:31:39 +02:00
serialization.capnp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
serialization.cpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
serialization.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
transaction_engine.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00
typed_value.cpp Clean utils folder (namespaces, function names) 2018-04-22 09:44:32 +02:00
typed_value.hpp Separate distributed from single node storage 2018-10-05 09:19:33 +02:00