1
0
Fork 0
arangodb/arangod/Statistics
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
..
ConnectionStatistics.cpp big reformat 2018-12-26 00:54:03 +01:00
ConnectionStatistics.h big reformat 2018-12-26 00:54:03 +01:00
Descriptions.cpp feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
Descriptions.h Repair traffic accounting in statistics. (#10387) 2019-11-08 15:45:29 +01:00
RequestStatistics.cpp Repair traffic accounting in statistics. (#10387) 2019-11-08 15:45:29 +01:00
RequestStatistics.h Repair traffic accounting in statistics. (#10387) 2019-11-08 15:45:29 +01:00
ServerStatistics.cpp feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
ServerStatistics.h feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
StatisticsFeature.cpp feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
StatisticsFeature.h feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
StatisticsWorker.cpp Parallelize certain AQL write operations (#10503) 2019-11-27 19:05:04 +01:00
StatisticsWorker.h feature/metrics (#10423) 2019-11-22 08:02:48 +01:00
figures.h fix issues found by cppcheck (#10434) 2019-11-14 12:04:24 +01:00