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
This commit is contained in:
parent
6403599a5d
commit
a8a2a8c40d
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,15 +1,21 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## Next Build
|
## Next Build Number; Next Commit Hash; Next Version Number
|
||||||
* Abandon old config and migrate to gflags.
|
|
||||||
|
|
||||||
### Major Features and Improvements
|
### 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
|
### 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
|
## Build 837
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user