1
0
Fork 0
arangodb/js/common/modules/@arangodb
Jan ae0b99de63
added ArangoShell helper function for packaging all information about an AQL query so it can be run and analyzed elsewhere: (#5010)
query = "FOR doc IN @@collection FILTER doc.value > @value RETURN doc";
    bind = { value: 42, "@collection": "mycollection" };
    options = { examples: 10, anonymize: true };
    require("@arangodb/aql/explainer").debugDump("/tmp/query-debug-info", query, bind, options);

Entitled users can send the generated file to the ArangoDB support to facilitate
reproduction and debugging.

The data from the generated file can be restored and analyzed via the *inspectDump*
function:

    require("@arangodb/aql/explainer").inspectDump("/tmp/query-debug-info");
2018-04-05 14:06:51 +02:00
..
aql added ArangoShell helper function for packaging all information about an AQL query so it can be run and analyzed elsewhere: (#5010) 2018-04-05 14:06:51 +02:00
examples
foxx fixed wrong behaviour when updatating foxx repository was not successful (#4762) 2018-03-06 12:02:26 +01:00
graph
graph-examples Allow pregel jobs to interrupt on shutdown (#2855) 2017-07-27 15:29:01 +02:00
arango-collection-common.js
arango-statement-common.js
common.js Expose internal.time (#2530) 2017-06-09 10:44:29 +02:00
crypto.js
deprecated.js
extend.js
general-graph.js Replacing /_api/collection with RestHandler (#3543) 2017-11-02 14:57:17 +01:00
heap.js
is.js
mocha-runner.js Whitespace 2017-03-16 15:45:45 +01:00
mocha.js Implement tap/xunit reporters in Foxx 2017-03-15 20:09:31 +01:00
request.js Response -> IncomingResponse 2017-05-30 20:09:58 +02:00
simple-query-common.js Bug fix/small issues (#2696) 2017-07-01 00:30:45 +02:00
test-helper.js
testrunner.js
util.js Improve Foxx cluster resilience (#2479) 2017-05-16 17:41:29 +02:00