Skip to main content
These settings are available in system.settings and are autogenerated from source.

read_overflow_mode

What to do when the limit is exceeded.

read_overflow_mode_leaf

Sets what happens when the volume of data read exceeds one of the leaf limits. Possible options:
  • throw: throw an exception (default).
  • break: stop executing the query and return the partial result.
Last modified on July 23, 2026