1
0
Fork 0
arangodb/tests
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
..
Agency Some more agency fixes. (#8377) 2019-03-12 14:09:56 +01:00
Aql Bug fix 3.4/sync repl release thread (#6784) 2018-10-19 13:48:22 +02:00
Auth
Basics Feature/maskings (#8006) 2019-01-28 15:04:23 +01:00
Cache Bug fix 3.4/scheduler empty reformat (#7872) 2019-01-08 20:39:42 +01:00
Cluster Bug fix/clustercomm queue cleanup (#8191) (#8277) 2019-02-28 09:11:25 +01:00
Geo
Graph
IResearch 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
Maintenance [3.4] allow for quicker start of actions when previusly completed (#7736) 2018-12-17 10:36:50 +01:00
Pregel
RestHandler issue 496.4.1: backport 3.4: move StorageEngine-specific flag out of the genric API and closer to the storage engine (#7213) 2018-11-04 16:52:54 +03:00
RocksDBEngine Make recovery more reliable (#7297) (#7367) 2018-11-21 16:51:38 +01:00
Sharding Bug fix 3.4/fix catch test issues (#7045) 2018-10-25 12:49:00 +02:00
SimpleHttpClient Bugfix 3.4: dynamic management of libcurl's open connections (#6711) 2018-10-10 09:11:11 +02:00
Utils issue 496.4.1: backport 3.4: move StorageEngine-specific flag out of the genric API and closer to the storage engine (#7213) 2018-11-04 16:52:54 +03:00
V8Server Feature/drop before win7 support in compiler (#6681) (#7751) 2018-12-17 12:06:53 +01:00
VocBase Added tests for parseVersion (#7676) 2018-12-10 12:47:20 +01:00
arangodbRspecLib
js Add testTemplateStringBuilderEmptyInlines test for https://github.com/arangodb/arangodb/pull/8142 (#8207) 2019-03-20 11:03:01 +01:00
rb fix connection shutdown in arangosh (#8375) 2019-03-12 12:22:16 +01:00
CMakeLists.txt Added tests for parseVersion (#7676) 2018-12-10 12:47:20 +01:00
Greylist.txt greylisted foxxmaster.js 2019-01-16 09:52:58 +01:00
main.cpp