1
0
Fork 0

Update post_api_cursor.md

This commit is contained in:
Simran 2019-11-19 15:29:30 +01:00 committed by GitHub
parent cac2a279b0
commit c33b05b28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 5 deletions

View File

@ -88,11 +88,14 @@ Please note that the query options `cache`, `count` and `fullCount` will not wor
Additionally query statistics, warnings and profiling data will only be available after the query is finished. Additionally query statistics, warnings and profiling data will only be available after the query is finished.
The default value is *false* The default value is *false*
@RESTSTRUCT{optimizer.rules,post_api_cursor_opts,array,optional,string} @RESTSTRUCT{optimizer,object,optional,post_api_cursor_opts_optimizer}
A list of to-be-included or to-be-excluded optimizer rules Options related to the query optimizer.
can be put into this attribute, telling the optimizer to include or exclude
specific rules. To disable a rule, prefix its name with a `-`, to enable a rule, prefix it @RESTSTRUCT{rules,post_api_cursor_opts_optimizer,array,optional,string}
with a `+`. There is also a pseudo-rule `all`, which will match all optimizer rules. A list of to-be-included or to-be-excluded optimizer rules can be put into this
attribute, telling the optimizer to include or exclude specific rules. To disable
a rule, prefix its name with a `-`, to enable a rule, prefix it with a `+`. There is
also a pseudo-rule `all`, which matches all optimizer rules. `-all` disables all rules.
@RESTSTRUCT{profile,post_api_cursor_opts,integer,optional,} @RESTSTRUCT{profile,post_api_cursor_opts,integer,optional,}
If set to *true* or *1*, then the additional query profiling information will be returned If set to *true* or *1*, then the additional query profiling information will be returned