From a8a2a8c40dd9e5f4cdfb58ceada1ef91ccd0429f Mon Sep 17 00:00:00 2001 From: Marko Budiselic Date: Fri, 16 Jun 2017 14:59:28 +0200 Subject: [PATCH] Changelog update. Summary: PreAlpha release changelog update. Reviewers: teon.banek, florijan, mislav.bradac Reviewed By: teon.banek, mislav.bradac Subscribers: pullbot, buda Differential Revision: https://phabricator.memgraph.io/D467 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c377484..7e8896058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log -## Next Build -* Abandon old config and migrate to gflags. +## Next Build Number; Next Commit Hash; Next Version Number ### Major Features and Improvements -TODO +* Use label indexes to speed up querying. +* Generate multiple query plans and use the cost estimator to select the best. +* Snapshots & Recovery. +* Abandon old yaml configuration and migrate to gflags. +* Query stripping & AST caching support. ### Bug Fixes and Other Changes -TODO +* Fixed race condition in MVCC. Hints exp+aborted race condition prevented. +* Fixed conceptual bug in MVCC GC. Evaluate old records w.r.t. the oldest + transaction's id AND snapshot. +* User friendly error messages thrown from the query engine. ## Build 837