From 5d8e1e343b0f15c627f65a532d40c74f1e052876 Mon Sep 17 00:00:00 2001 From: Max Neunhoeffer Date: Fri, 22 May 2015 16:16:40 -0700 Subject: [PATCH] Mention indexBuckets in CHANGELOG. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3405ce98c9..e4f7344cf2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -480,6 +480,11 @@ v2.6.0 (XXXX-XX-XX) * added Foxx model lifecycle events to repositories. See #1257. +* speed up resizing of edge index. + +* allow to split an edge index into buckets which are resized individually. + This is controlled by the `indexBuckets` attribute in the `properties` + of the collection. v2.5.4 (2015-05-14) -------------------