memgraph/tests/benchmark/query
Teon Banek 0aee18544d Add caching VerticesCount during planning and estimation
Summary:
Benchmark planning and estimating indexed ScanAll. According to the benchmark,
caching speeds up the whole process of planning and estimation by a factor of
2. Most of the performance gain is in the `CostEstimator` itself, due to plenty
of calls to `VerticesCount` when estimating all of the generated plans.

Reviewers: mislav.bradac, florijan

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D765
2017-09-09 12:26:48 +02:00
..
planner.cpp Add caching VerticesCount during planning and estimation 2017-09-09 12:26:48 +02:00
stripped.cpp Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00