1
0
Fork 0
arangodb/Documentation/Books/Manual/Appendix
Jan db7fcdce7a
don't run compact() on a collection after a truncate() was done in the same transaction (#8471)
running compact() in the same transaction will only increase the data size on disk due to
  RocksDB not being able to remove any documents physically due to the snapshot that is
  taken at transaction start.

  This change also exposes db.<collection>.compact() in the arangosh, in order to manually
  run a compaction on the data range of a collection should it be needed for maintenance.
2019-03-20 17:44:06 +01:00
..
Deprecated fixthedocs.com 2018-08-14 12:02:53 +02:00
JavaScriptModules fix failing non-deterministic query-stream test (#7296) 2018-11-13 11:37:09 +01:00
References don't run compact() on a collection after a truncate() was done in the same transaction (#8471) 2019-03-20 17:44:06 +01:00
ErrorCodes.md rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
Glossary.md Doc - _rev warning (#8204) 2019-02-21 23:37:14 +01:00
README.md Doc - Move cursor documentation out of deprecation folder (#4353) 2018-01-23 11:01:29 +00:00

README.md

Appendix