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:
[email protected]


Reply via email to