Child pages
  • Memory and Performance Settings

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

servoy.selectINValueCountLimit

Sets the maximum records for an IN statement after witch a temporary table will be used to perform the select. Default value is 200.

When value -1 is used, no temporary table will be used regardless of the number of records, note that this may cause errors when the sql becomes too large.