1
0
Fork 0
arangodb/Documentation/Books/Manual/Appendix/References
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
..
CollectionObject.md 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
CursorObject.md Doc - Adds toc plugin (#4577) 2018-02-13 19:04:32 +01:00
DBObject.md Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
README.md Doc - Move cursor documentation out of deprecation folder (#4353) 2018-01-23 11:01:29 +00:00

README.md

References

This section contains the documentation for some of the API's which are common on the arango shell, arangod server and for Foxx Apps.