Files
memgraph/tests/unit
Teon Banek 452ce6a30c Use std::async for fetching remote edges in Expand
Summary:
This may improve the query execution workload, because the Expand will
yield local results while it waits for remote ones. Note that we rely on
the fact that walking the graph produces results without any predetermined
order. Therefore, we can yield paths as we see fit. Enforcing the order
is done through OrderBy operator, and this change shouldn't affect that.

Reviewers: florijan, msantl, buda

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1215
2018-02-22 17:11:53 +01:00
..
2018-02-22 16:29:17 +01:00
2018-01-12 16:47:24 +01:00
2018-02-22 16:29:17 +01:00
2018-01-24 15:27:40 +01:00
2018-01-19 14:52:05 +01:00
2018-02-22 12:34:48 +01:00
2018-01-24 15:27:40 +01:00
2018-02-02 11:44:03 +01:00
2017-12-18 14:36:15 +01:00
2017-12-28 11:04:52 +01:00
2018-01-17 10:35:12 +01:00
2017-10-19 12:58:23 +02:00
2017-10-19 12:58:23 +02:00
2018-01-15 15:47:37 +01:00
2018-02-22 16:29:17 +01:00
2018-01-12 16:47:24 +01:00
2018-01-16 15:38:12 +01:00
2018-01-24 15:27:40 +01:00
2018-02-16 12:38:31 +01:00
2017-10-12 16:35:39 +02:00
2017-12-18 14:36:15 +01:00
2018-01-12 16:47:24 +01:00
2018-02-02 11:44:03 +01:00
2017-12-14 09:44:21 +01:00
2018-02-02 17:02:37 +01:00
2018-01-12 16:47:24 +01:00
2018-01-15 15:47:37 +01:00
2017-12-04 13:46:56 +01:00
2017-11-09 11:23:11 +01:00