1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
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
Simran 9b99457f1d Doc - Added .insert part for document insertion (#8205) 2019-02-21 23:36:44 +01:00
Wilfried Goesgens bf32c4e7e1 Doc - add duplicate check in the build script (#5897) 2018-07-18 19:01:07 +02:00
Simran 59de3403c1 Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Simran 6c11452ace Doc - Add some missing db and collection methods (#4901) 2018-03-27 17:22:43 +01:00
Simran 0e0b467a45 Doc - Adds toc plugin (#4577)
Internal Ref: arangodb/planning#1053
2018-02-13 19:04:32 +01:00
Simon 3de120d915 Doc - Move cursor documentation out of deprecation folder (#4353) 2018-01-23 11:01:29 +00:00
Wilfried Goesgens 81be8b9901 rename .mdpp files to .md so the handling is easier. 2017-05-04 12:04:24 +02:00
jsteemann 95e0e17f75 fix anchor 2017-04-20 10:53:42 +02:00
Simran Brucherseifer e4eeb57e30 Docs: Use standard Markdown notation for headlines and disable MarkdownPP 2016-12-06 02:41:58 +01:00
Simran Brucherseifer 19267e2b9d Docs: Add db.name.save(), correct uniqueEdges default value 2016-08-05 16:02:48 +02:00
Frank Celler 17938b0cab cleanup 2016-06-17 17:34:11 +02:00
Wilfried Goesgens fccee194e2 Fix links. 2016-06-14 17:48:38 +02:00
Simran Brucherseifer f99c1ea41d Minor documentation improvements 2016-06-14 02:19:46 +02:00
Frank Celler d8fa5764fa fixed typo 2016-06-13 16:33:32 +02:00
Frank Celler 806f277eb1 fixed manual errors 2016-06-13 15:03:42 +02:00
Frank Celler a27fef1a5c added reference pages 2016-06-13 15:03:42 +02:00