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/03/17 11:04:28 UTC

[GitHub] [incubator-shardingsphere] kimmking commented on issue #4806: Only Use Hint to shard switch database, with not sqlParse

kimmking commented on issue #4806: Only Use Hint to shard switch database,with not sqlParse
URL: https://github.com/apache/incubator-shardingsphere/issues/4806#issuecomment-600009871
 
 
   > I used hint as a database rule.
   But does the SQL statement still have to execute the sqlparse call? 
   
   Answer is yes.
   Every sql will be parsed now.
   Hint a ds as databaseShardingOnly=true, will avoid sql-rewrite phase, but parse phase is need.

----------------------------------------------------------------
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


With regards,
Apache Git Services