Must be either "on" or "off". If
"on", identical queries share result sets, i.e.,
a newly submitted query that is textually identical to a
previous query associated with an existing result set is not
executed, but instead simply returns the existing result set.
Note that result set sharing introduces a number of
considerations: logging (identical queries may not be logged);
debugging (collection configuration changes may not be
immediately apparent); client expectations regarding
"ownership" of result sets (a client deleting its "own" result
set may effectively delete another client's); and access
control (by reusing another client's result set, a client may
gain access to collections it would otherwise have no rights
to).
Return to sample configuration files.