You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/11/18 15:17:56 UTC

[GitHub] [shardingsphere] terrymanu commented on issue #8208: Benchmark(local) result of SQLParserEngine(MySQL)

terrymanu commented on issue #8208:
URL: https://github.com/apache/shardingsphere/issues/8208#issuecomment-729748169


   Thank you for the great performance test report.
   The performance of parse engine can spilt for using cache and without cache. 
   It is true for low performance if missing cache hit, but the most popular scenario is using same SQL pattern with parameter marker which is most suitable for using cache.
   So we can talk about improve the performance for cache hit. We are using a static guava cache for whole SQL parse result. firstly, I will try to improve the performance for it.
   


----------------------------------------------------------------
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:
users@infra.apache.org