taetaetae opened a new issue, #24420: URL: https://github.com/apache/shardingsphere/issues/24420
Hello! I want to utilize shardingsphere to query the existing sharding tables at once. The current database and table configuration is as follows: - database name : db_0....db_3 - table name - db_0 : sample_0...sample_9 - db_1 : sample_10...sample_19 - db_1 : sample_20...sample_29 - db_3 : sample_30...sample_39 In this situation, how should I write the rule specification in YAML? Also, the logic that determines the database number, table number is also a situation that requires Java logic. In this case, how can I express it in YAML? Any help would be very helpful in setting this up, thanks! -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org