From 9a60c46fac55356816142cdd4fd82549c1d4e7bc Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Mon, 25 Mar 2013 17:03:32 +0100 Subject: [PATCH] updated changelog --- CHANGELOG | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4eba354d0d..c2cbe64840 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ v1.3 (XXXX-XX-XX) ----------------- +* make `collection.count()` not recalculate the number of documents on the fly, but + use some internal document counters. This will work at least for non-transactional + collections. + * issue #457: invalid string value in web interface * make datafile id (datafile->_fid) identical to the numeric part of the filename. @@ -86,6 +90,10 @@ v1.3 (XXXX-XX-XX) v1.2.2 (XXXX-XX-XX) ------------------- +* issue #459: fulltext internal memory allocation didn't scale well + This fix improves loading times for collections with fulltext indexes that have + lots of equal words indexed. + * issue #212: auto-increment support The feature can be used by creating a collection with the extra `keyOptions`