Several properties are available to control the behavior
of the JSON system.
About this task
For more information on JSON runtime parameters, go to JSON
properties.
Procedure
- The following properties influence capacity and resource
usage:
- To control the maximum number of asynchronous threads
use nosql.async.MaxThreadCount
- To specify the maximum number of connections in the
pool use nosql.connectionPoolSize
- To determine the size of the internal statement cache
use nosql.statementCacheSize
- The following properties determine feature behavior:
- To determine whether schema and collection names are
case-sensitive use nosql.caseSensitiveNames
- To enable different data types for the document identifiers
in a collection use nosql.multiTypedID
- To include document identifiers in the output of an
aggregation query if no custom _id is specified use nosql.afq.includeID
- The following properties control trace output:
- To specify the name of the trace file use nosql.traceFile
- To set the level of detail for the trace use nosql.traceLevel