1
0
Fork 0
arangodb/Documentation/Books
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
Cookbook Issue #4502: Update documentation: replaced deprecated NEIGHBORS() function (#4515) (#4595) 2018-02-20 10:15:06 +01:00
HTTP Doc- backport cluster health API documentation (#4938) 2018-03-23 11:20:40 +00:00
Manual Doc - WAL: MMFile / RocksDB distinction (#4939) 2018-03-27 17:32:51 +01:00
stash Active Failover for Foxx Services (3.3) (#4593) 2018-02-15 09:36:25 +01:00
.gitignore readjust matching to generated output 2017-05-04 12:09:22 +02:00
GNUmakefile Migrate documentation build process to pure bash. (#2619) 2017-06-21 14:34:17 +02:00
README.md fix URL. 2017-05-04 12:11:48 +02:00
SummaryBlacklist.txt there is a new module in town to be ignored from the index scan. 2015-08-04 13:43:05 +02:00
build.sh Doc - Move execution of codeBlockReader.py to build-book() (#4816) 2018-03-12 13:44:58 +01:00

README.md

ArangoDB Documentation

This folder contains the source for the documentation on docs.arangodb.com. However, its heavily preprocessed, and the files contain several extensions to markup. See README_maintainers.md for more details.