Simon
|
468231efc5
|
AQL Profiling code (#5165)
* initial start of profiling
* adding profiling code
* Fixing remote block tracing, fixing width and units
* Fixing some tests
* Various fixes
* adressing review comments
|
2018-04-24 16:17:30 +02:00 |
Jan
|
27491cc2ea
|
simplification of fullcount code (#5075)
|
2018-04-10 18:03:19 +02:00 |
Jan
|
46a56792ed
|
fix `fullCount` value in some cases in cluster mode (#4723)
|
2018-03-01 18:33:10 +01:00 |
jsteemann
|
6e0da7929b
|
simplify stats a bit
|
2017-02-03 11:47:09 +01:00 |
jsteemann
|
88518f6bf8
|
added "httpRequests" execution stats figure
|
2017-02-01 18:03:26 +01:00 |
jsteemann
|
b96897e296
|
fixed some issues detected by coverity build tool
|
2016-12-12 15:41:54 +01:00 |
Jan Steemann
|
e88460efcb
|
add state "loading collections" to query profile results
|
2016-10-13 10:31:16 +02:00 |
jsteemann
|
4a7c9f0f68
|
simplified bloated comments
|
2016-04-09 11:27:30 +02:00 |
Jan Steemann
|
6f6f7e23ba
|
executionstats use vpack
|
2016-03-07 11:20:04 +01:00 |
Jan Steemann
|
c6fa638b67
|
fixed issue #1765, issue #1770
|
2016-03-07 10:49:18 +01:00 |
Jan Steemann
|
9046e1831b
|
clang-format
|
2016-01-27 13:43:46 +01:00 |
Michael Hackstein
|
a6f58ce14d
|
Use forward declarations for VelocyPack instead of all includes everywhere
|
2016-01-24 14:29:31 +01:00 |
jsteemann
|
431900f17a
|
changed namespace from triagens to arangodb
|
2016-01-17 00:44:53 +01:00 |
Jan Steemann
|
3c69cbd40a
|
proper nesting
|
2016-01-08 18:14:07 +01:00 |
Jan Steemann
|
3ad20c0cae
|
auto-generated headers
|
2016-01-06 18:41:51 +01:00 |
Jan Steemann
|
a3b026d9d1
|
removed useless sections from code, unified include guards
|
2016-01-06 14:15:22 +01:00 |
Jan Steemann
|
f422576ee0
|
clang-format
|
2016-01-05 17:43:24 +01:00 |
Max Neunhoeffer
|
e8e6dc8597
|
More VPackObjectBuilder usages.
|
2015-12-21 15:22:19 +01:00 |
Michael Hackstein
|
757577de42
|
Updated VPack addObject to openObject
|
2015-12-09 11:28:54 +01:00 |
Michael Hackstein
|
fbee0b0859
|
Started to transform Parts of AQL Query to VPack. Especially the QueryResult is now using VPack internally.
|
2015-11-12 11:09:35 +01:00 |
Frank Celler
|
4c5d57f1b8
|
merged Exceptions.h and Exception.h
|
2015-03-23 14:05:19 +01:00 |
Jan Steemann
|
db2cd7acc9
|
added `filtered` attribute to AQL execution statistics
|
2015-02-13 21:37:49 +01:00 |
Jan Steemann
|
20e7fe7a7a
|
the great rename: array => object, list => array
|
2014-12-18 21:07:06 +01:00 |
Jan Steemann
|
025d73ae03
|
re-added support for fullCount
|
2014-11-01 15:20:05 +01:00 |
Willi Goesgens
|
249b89aa09
|
- Add statistics under all circumstances (also if the status is "exhausted")
- return statistics in all cases (empty statistics in doubt)
|
2014-10-23 16:39:14 +02:00 |
Willi Goesgens
|
a8b8fbcf28
|
Properly handle statistics if multiple getSome() calls are performed.
|
2014-10-22 18:24:42 +02:00 |
Willi Goesgens
|
9558f5aa0a
|
Implement passing of query statistics through cluster.
|
2014-10-22 17:36:23 +02:00 |
Jan Steemann
|
828fe1f1d7
|
enabled statistics
|
2014-10-22 12:59:15 +02:00 |
Jan Steemann
|
50e17b8c4f
|
disabled optimization due to failing tests
|
2014-09-19 19:30:57 +02:00 |
Jan Steemann
|
a58c8661b5
|
added some query statistics
|
2014-09-19 18:47:33 +02:00 |
Jan Steemann
|
1442b9ebeb
|
pass ExecutionEngine to ExecutionBlock, added stats for ExecutionEngine
|
2014-08-21 12:33:13 +02:00 |