mirror of https://gitee.com/bigwinds/arangodb
updated changelog
This commit is contained in:
parent
4130caadc6
commit
9a60c46fac
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue