1
0
Fork 0

updated CHANGELOG

This commit is contained in:
Jan Steemann 2013-08-30 09:47:35 +02:00
parent 6c64a35895
commit 54dd63dd32
1 changed files with 7 additions and 1 deletions

View File

@ -22,7 +22,10 @@ v1.4
when using these now obsolete options when the server is started, no error is produced
for downwards-compatibility.
* changed journal file creation behavior
* changed User-Agent value sent by arangoimp, arangosh, and arangod from "VOC-Agent" to
"ArangoDB"
* changed journal file creation behavior as follows:
Previously, a journal file for a collection was always created when a collection was
created. When a journal filled up and became full, the current journal was made a
@ -70,6 +73,9 @@ v1.4
making the journal a datafile. Thus `rotate()` may cause disk space savings, even if
the datafiles does not qualify for compaction after rotation.
Note: the journal is asynchronously, so that the actual rotation may be executed
after `rotate()` returns to the caller.
* changed compaction to merge small datafiles together (up to 3 datafiles are merged in
a compaction run)