mirror of https://gitee.com/bigwinds/arangodb
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. |
||
---|---|---|
.. | ||
CollectionObject.md | ||
CursorObject.md | ||
DBObject.md | ||
README.md |
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.