1
0
Fork 0
arangodb/Documentation/Books
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
..
AQL mention howto use indices for joins (#3229) 2017-09-13 17:45:45 +02:00
HTTP fixed a bug, where when servers failed, when also agency leadership c… (#3189) 2017-09-07 16:10:23 +02:00
Manual Feature/compaction configuration (#3217) 2017-09-15 14:37:30 +02:00
stash
.gitignore
GNUmakefile
README.md
SummaryBlacklist.txt
build.sh handle the NODE_MODULES_DIR via a global variable. 2017-08-25 15:56:33 +02:00

README.md

ArangoDB Documentation

This folder contains the source for the documentation on docs.arangodb.com. However, its heavily preprocessed, and the files contain several extensions to markup. See README_maintainers.md for more details.