-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Override AbstractJdbcDriver method getTable The default method takes ... #3148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...longer to filter after obtaining listTables
...longer to filter after obtaining listTables
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
此处无需修改
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider the situation where the data source does not support jdbc.
Please consider the situation where the data source does not support jdbc.请考虑数据源不支持 jdbc 的情况。
Now all drivers inherit AbstractJdbcDriver. if jdbc is not supported, the method can be overridden
image
image
原方法需要获取数据库中全部表的元数据再过滤比较花费时间