1
0
Fork 0
arangodb/arangod
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
..
Actions C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Agency feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Aql Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
Auth remove cctype (#10501) 2019-11-21 15:59:59 +01:00
Cache C++17 clean up (#10287) 2019-11-11 08:49:54 +01:00
Cluster Missing post failure on readlock in SynchronizeShard (#7860) 2019-11-26 17:46:26 +01:00
ClusterEngine feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
FeaturePhases Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
GeneralServer Direct Execution RestHandler (#10510) 2019-11-26 17:06:21 +01:00
GeoIndex Bug fix/fix suspicous stuff (#10273) 2019-10-17 15:34:22 +02:00
Graph Bug fix/gharial return name (#10537) 2019-11-26 10:42:18 +01:00
IResearch fix compilation on mac (#10505) 2019-11-22 09:36:42 +03:00
Indexes Allow the optimizer to use indexes (#10541) 2019-11-27 16:46:31 +01:00
InternalRestHandler Refactor ApplicationServer stack (#9965) 2019-09-25 17:31:59 +02:00
MMFiles fix segfault and try to avoid oom (#10518) 2019-11-25 13:49:50 +03:00
Network Cancel connections to known failed servers (#10546) 2019-11-27 17:34:43 +01:00
Pregel clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
Replication remove cctype (#10501) 2019-11-21 15:59:59 +01:00
RestHandler check before foxx-heal (#10512) 2019-11-27 17:29:35 +01:00
RestServer obsolete option `--vst.maxsize` requires a value if specified (#10547) 2019-11-26 13:23:20 +01:00
RocksDBEngine feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Scheduler abort write transactions (#10248) 2019-10-23 15:49:47 +02:00
Sharding clean up a bit (#10391) 2019-11-11 09:28:18 +01:00
Statistics Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
StorageEngine feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Transaction fix truncate operation in synchronous replication (#10492) 2019-11-21 08:51:07 +01:00
Utils remove cctype (#10501) 2019-11-21 15:59:59 +01:00
V8Server 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
VocBase fix whitespace issues 2019-11-21 17:34:35 +01:00
CMakeLists.txt Missing post failure on readlock in SynchronizeShard (#7860) 2019-11-26 17:46:26 +01:00
dbg.cmake