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/26 08:11:11 UTC

[GitHub] [incubator-shardingsphere] terrymanu edited a comment on issue #4953: Can we specify some specific database operations without parsing through the shardingsphere framework

terrymanu edited a comment on issue #4953: Can we specify some specific database operations without parsing through the shardingsphere framework
URL: https://github.com/apache/incubator-shardingsphere/issues/4953#issuecomment-604288621
 
 
   No. SQL parser is the basic workflow with ShardingSphere. It is unnecessary using  ShardingSphere if user do not need SQL parser.
   It is the production design with ShardingSphere.
   So user may do not use ShardingSphere if feature without SQL parser.
   ShardingSphere is not the only way to process business logic in the middle layer.
   
   Even the SQL parser is not perfect for now, we still need to do the SQL parse.
   The project is still in dev mode, so we need to continue to improve the SQL parser engine.

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