exasol / virtual-schema-common-jdbc

Common module for JDBC-based access from Virtual Schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add adapter property for maximum number of tables

exaSR opened this issue · comments

The table limit of 1000 introduced in version 9.0.0 was arbitrary and meant to protect against unexpected refresh duration or internal message size overflow.

However, if the user knows what they are doing, an override is needed. We agreed on making the limit configurable instead of adding a "ignore the limit" parameter.