1
0
Fork 0
arangodb/tests
Jan b610d99d9f Parallelize certain AQL write operations (#10503)
* added highly experimental startup option `--query.parallelize-gather-writes`

Turning this option on will enable the `parallelize-gather` AQL
optimizer rule for certain write queries. This option is `false`
by default.

The feature is highly experimental and should not be used on a
production system. The option is therefore also hidden.

* parallelize certain write operations in AQL

* remove unneeded _vocbase

* remove unneeded _vocbase

* added startup option and tests
2019-11-27 19:05:04 +01:00
..
Agency Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Aql Missing post failure on readlock in SynchronizeShard (#7860) 2019-11-26 17:46:26 +01:00
Auth Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Basics C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Cache improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
Cluster C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Containers Move containers into their own folder and namespace. (#10244) 2019-10-14 10:55:55 +02:00
Futures Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
Geo Feature/aql subquery splicing with gather (#10341) 2019-11-18 19:05:44 +01:00
Graph Bug fix for K_SHORTEST_PATHS (#10389) 2019-11-11 17:37:58 +03:00
HotBackup improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
IResearch fix the default case, if we guess that we have structured post data, actually parse it. (#10508) 2019-11-22 15:22:18 +01:00
Maintenance Use explicit default destructors where possible (#10166) 2019-10-04 15:58:30 +02:00
Mocks Feature/issue #642 (#10352) 2019-11-07 19:16:33 +03:00
Network forgot a conflict 2019-10-31 14:48:46 +01:00
Pregel
Replication Bug fix/remove base directory from include path (#9885) 2019-09-04 17:39:01 +02:00
RestHandler Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
RestServer Add log suppressor utility classes for cleaner test code. (#10088) 2019-09-27 12:57:38 +02:00
RocksDBEngine Backup with view (#10386) 2019-11-15 17:50:04 +01:00
Sharding Convert many uses of ClusterComm to Fuerte (#10154) 2019-10-10 14:03:33 +02:00
SimpleHttpClient improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
StorageEngine improve test statements, fix memleaks and init-order-fiasco (#10142) 2019-10-02 16:02:56 +02:00
Transaction Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one 2019-10-29 13:10:12 +01:00
Utils Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
V8Server Bug fix/internal issue #651 (#10415) 2019-11-13 19:50:17 +03:00
VocBase Bug fix/internal issue #647 (#10292) 2019-10-29 12:09:04 +03:00
arangodbRspecLib
js Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
rb ungreylist the test (#10553) 2019-11-27 16:47:47 +01:00
CMakeLists.txt Splicing gather cleanup (#10479) 2019-11-21 13:00:31 +01:00
Greylist.txt fix test, de-graylist (#10382) 2019-11-11 17:27:19 +01:00
main.cpp Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00