1
0
Fork 0
arangodb/Documentation
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
..
Books Feature/compaction configuration (#3217) 2017-09-15 14:37:30 +02:00
DocuBlocks Optimizations for Caches and Graph Traversals (#3169) 2017-08-31 18:33:10 +02:00
Examples fix documentation - add missing files. 2017-08-14 13:04:20 +02:00
Scripts Migrate documentation build process to pure bash. (#2619) 2017-06-21 14:34:17 +02:00
StyleGuide
man backport of 3.1 bug fixes and resilience improvements 2017-03-13 13:35:19 +01:00
man1 arangoexport: added manpage 2017-02-13 12:04:57 +01:00
man8 fixed manual pages 2016-02-24 19:56:47 +01:00
CMakeLists.txt Improve windows compatibility...remove shell scripts..use cmake logic (#2940) 2017-08-04 13:28:51 +02:00
arango.doxygen enable VPACK 2016-07-27 09:12:28 +02:00
arangodb.css