childewuque commented on issue #10938: URL: https://github.com/apache/shardingsphere/issues/10938#issuecomment-989574848
> It seems there are some loops on tableNames/singleTableDataNodes , and tableNames or singleTableDataNodes has 24k elements, so it's slow. E.g : org.apache.shardingsphere.infra.metadata.schema.builder.util.TableMetaDataUtil line 51 org.apache.shardingsphere.infra.datanode.DataNodes line 55 I exclude all tables at actualDataNodes then the project starts normally and works fine. I don't know why shardingsphere will exclude the tables at actualDataNodes, but my project only use one logic table,so all tabls of the db are configured at actualDataNodes, it seems no problem in theory. -- 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]
