tuichenchuxin commented on issue #10938: URL: https://github.com/apache/shardingsphere/issues/10938#issuecomment-988633812
@childewuque > 3.The slowest point is the line in SingleTableMetaDataBuilder.load() --line 51: Collection tableMetaDataLoaderMaterials = TableMetaDataUtil.getTableMetaDataLoadMaterial(needLoadTables, materials, false); This line is all memory operations, It shouldn't be so slow. I'll check it. >Now my solution is that all tables are configed at actualDataNodes for exclude ,but it is toooooo long. This way may not work. Is it worked? >lazy load may be a good idea, we'll consider it, but for now, may not skip. -- 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]
