1
0
Fork 0
arangodb/js
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
..
actions remove long gone long_echo functionality (#4646) 2018-02-21 16:34:23 +01:00
apps/system release version 3.3.5 2018-03-23 16:39:01 +01:00
client Windows should now use rspec.bat by default. No stunts with handed in ruby and rspec foo required but still possible. (#4943) 2018-03-26 10:10:56 +02:00
common 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
contrib terminal codes 2017-09-28 22:23:54 +02:00
node alphabetic order 2017-05-05 20:21:36 +02:00
server attempt to fix non-deterministic test 2018-03-28 14:44:22 +02:00
.eslintrc added rule to eslint conf 2016-11-15 14:40:21 +01:00
.jshintrc
GUIDELINES.md
minify-node-modules.ps1 Merge with latest changes in improve-jenkins 2017-08-31 17:53:48 +02:00