memgraph/src
Teon Banek b2c523b93a Generate multiple plans and use the least costly one
Summary:
This is a simple integration of multiple plan generation and cost
estimation. Each plan produced by VariableStartPlanner is cost estimated
and the best is used for execution.

Reviewers: florijan, mislav.bradac, buda

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D424
2017-06-06 14:03:41 +02:00
..
communication Loosen up handshake size checks to accept javascript clients. 2017-05-16 10:55:19 +02:00
config Summary:Added files for snapshot durability 2017-05-17 08:42:00 +00:00
data_structures Global thread pool added. 2017-05-16 16:23:55 +02:00
database Change time to duration. 2017-05-30 10:39:58 +02:00
dbms DBMS now returns a unique pointer to a GraphDbAccessor 2017-03-14 13:37:23 +01:00
durability Summary:Added files for snapshot durability 2017-05-17 08:42:00 +00:00
io/network Added TCP_NODELAY to server sockets. 2017-05-10 15:05:05 +02:00
logging Logger fix. 2017-03-31 13:00:43 +02:00
memory Test GarbageCollector in skiplist. 2017-04-12 17:02:29 +02:00
mvcc Added mvcc tests with one transaction and modified version list update function 2017-06-02 07:37:42 +00:00
query Generate multiple plans and use the least costly one 2017-06-06 14:03:41 +02:00
snapshot clang format has been run on all hpp and cpp files under src and tests 2017-02-18 11:54:37 +01:00
storage 'Memory leak' fix. 2017-05-19 13:25:51 +02:00
template_engine Merge string utils to one file 2017-04-18 17:39:58 +02:00
threading Global thread pool added. 2017-05-16 16:23:55 +02:00
transactions LabelProperty index. 2017-05-16 16:33:20 +02:00
traversal Traversal namespace specialization added for real DB primitives 2017-03-03 14:01:01 +01:00
utils Change time to duration. 2017-05-30 10:39:58 +02:00
copy_hardcoded_queries.cpp Merge utils/exceptions into single file 2017-04-20 16:53:21 +02:00
memgraph_bolt.cpp Change working dir to dir of memgraph binary 2017-05-30 16:49:56 +02:00