1
0
Fork 0

Add things to the CHANGELOG.

This commit is contained in:
Max Neunhoeffer 2015-09-07 10:47:58 +02:00
parent 1278d8d24c
commit 0360664828
1 changed files with 10 additions and 0 deletions

View File

@ -280,6 +280,16 @@ v2.7.0 (XXXX-XX-XX)
* updated chai to 3.0.
* Use more madvise calls to speed up things when memory is tight, in particular
at load time but also for random accesses later.
* Use a configurable number of buckets in the hash indexes and in the primary
index. This should alleviate problems with hash resizing and corresponding
service pauses.
* ArangoDB now builds up hash indexes in parallel using multiple threads
(use new option --database.index-threads).
v2.6.5 (XXXX-XX-XX)
-------------------