today2014 opened a new issue, #36336: URL: https://github.com/apache/shardingsphere/issues/36336
1、In the project, ShardingSphere JDBC is used as the middleware for partitioning libraries and tables. Several libraries are partitioned by year, month, and day, and there are tables for several years, which causes ShardingSphere JDBC to take a long time to start. All tables in the library have the same structure for year, month, and day. Can we configure only one table to be missing 2、When using PostgreSQL for the database, there are some public tables in the pubilc schema that are not the tables that my business needs to query. ShardingSphere JDBC also queried these tables during initialization, but due to business user permission issues and inability to access tables in the public schema, ShardingSphere JDBC failed to start. Can we only scan tables starting with logicTable or support configuration to exclude which tables are not scanned -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
