1
0
Fork 0
arangodb/js
Wilfried Goesgens 0faf9be695 Feature/compaction configuration (#3217)
* make the different values influencing the compaction run configurable

* Compaction statistics handling

 - we mustn't keep the number of dead objects on the compacted datafiles statistics, else it will be compacted again.
 - keep statistics of the compaction runs on the DatafileStatistics object
 - add the new statistics on DatafileStatistics to the figures api
 - implement test that assures only one compaction is run, and the statistic values are maintained

* don't mention the version number

* Implement review

 - fix documentation
 - allow 0 maxfiles to enable users to disable combined of datafiles
 - add statistic element that counts the number of combined datafiles

* Implement review

 - fix documentation
 - use locks to make statistic values consistent.
 - fix typo in variable name

* fix temporary variable unnecessary.

* changelog
2017-09-15 14:37:30 +02:00
..
actions fixed wrong selection of the database inside the internal cluster js api (#3202) 2017-09-13 17:19:18 +02:00
apps/system fixed a bug, where when servers failed, when also agency leadership c… (#3189) 2017-09-07 16:10:23 +02:00
client Bugfix/cleanup graphs (#3250) 2017-09-15 14:20:21 +02:00
common Bug fix/fixes 0609 (#3227) 2017-09-13 16:28:21 +02:00
contrib
node alphabetic order 2017-05-05 20:21:36 +02:00
server Feature/compaction configuration (#3217) 2017-09-15 14:37:30 +02:00
.eslintrc
.jshintrc
GUIDELINES.md
minify-node-modules.ps1 Merge with latest changes in improve-jenkins 2017-08-31 17:53:48 +02:00