add mention of diag in cqld4 docs

This commit is contained in:
Jonathan Shook 2024-03-12 11:26:48 -05:00
parent c652010f86
commit c9b392d7e2

View File

@ -69,6 +69,8 @@ nb5 ... driverconfig='http://gist.github.com...'
* **showstmt** - enable per-statement diagnostics which show as much of the statement as possible * **showstmt** - enable per-statement diagnostics which show as much of the statement as possible
for the given statement type. *WARNING* - Do not use this for performance testing, only for for the given statement type. *WARNING* - Do not use this for performance testing, only for
diagnostics. diagnostics.
* **diag** - a set of options for advanced diagnostics for CQL. Defaults to `diag=none`.
Valid values are none, addr, mid, all. Presently, only none and all are supported.
* **maxpages** - configure the maximum number of pages allowed in a CQL result set. This is * **maxpages** - configure the maximum number of pages allowed in a CQL result set. This is
configured to `maxpages=1` by default, so that users will be aware of any paging that occurs configured to `maxpages=1` by default, so that users will be aware of any paging that occurs
by default. If you expect and want to allow paging in your operation, then set this number by default. If you expect and want to allow paging in your operation, then set this number