tristaZero commented on issue #9628: URL: https://github.com/apache/shardingsphere/issues/9628#issuecomment-796504406
Hi @Emitswang , Thanks for your feedback. Let us discuss more to work out whether we can accelerate the startup. There are two concerns from your description, I suppose. 1. Lessen the configuration files 2. Improve the startup speed I will keep my opinion about the first one since we always need to balance configurations' simplification and independence. Next, let us look at the second one. I agree to parallelize `build()` of `ShardingSphereRulesBuilder`. Would you like to try to implement this improvement? Please tell me your preference so that I can figure out whether we need other contributors. Besides, what does make you just want to leverage Proxy with read-write-spliting feature? Many of the cases are about Proxy with the sharding feature or mixed ones. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
