1
0
Fork 0
arangodb/Documentation/DocuBlocks/Rest/Collections
jsteemann 9b42e9cee6 some improvements for memory management
added more memory diagnostics for memory usage:
- collection.figures() now returns a "readCache" attribute which contains the
  number of and memory usage of entries in the document revisions cache for the
  collection, and a "revisions" attribute with the number and memory usage
  of entries in the storage engine's revision lookup table for the collection
- the default value for --database.revision-cache-target-size was changed from
  75% of RAM to 30% of RAM
2016-12-15 15:30:28 +01:00
..
JSA_get_api_collection_checksum.md
JSA_get_api_collection_count.md
JSA_get_api_collection_figures.md some improvements for memory management 2016-12-15 15:30:28 +01:00
JSA_get_api_collection_name.md
JSA_get_api_collection_properties.md fixed doku: get collection properties - added replicationFactor 2016-11-08 14:07:59 +01:00
JSA_get_api_collection_revision.md
JSF_delete_api_collection.md updated documentation 2016-10-24 15:23:02 +02:00
JSF_get_api_collections.md
JSF_post_api_collection.md fixed issue #2023: added replicationFactor to docs 2016-08-29 08:55:48 +02:00
JSF_put_api_collection_load.md
JSF_put_api_collection_properties.md Sharding and other collection properties can't be changed after creation 2016-10-20 12:54:26 +02:00
JSF_put_api_collection_rename.md Fix collection rename examples. 2016-05-23 14:00:52 +02:00
JSF_put_api_collection_rotate.md
JSF_put_api_collection_truncate.md
JSF_put_api_collection_unload.md