exasol / virtual-schema-common-jdbc

Common module for JDBC-based access from Virtual Schemas
MIT License
0 stars 1 forks source link

Add adapter property for maximum number of tables #133

Closed exaSR closed 1 year ago

exaSR commented 1 year ago

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.