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 2019/12/15 13:02:10 UTC

[GitHub] [incubator-shardingsphere] terrymanu commented on issue #3736: Suggestions about sql's statistics of ShardingProxy

terrymanu commented on issue #3736: Suggestions about sql's statistics of ShardingProxy
URL: https://github.com/apache/incubator-shardingsphere/issues/3736#issuecomment-565807646
 
 
   > 1. Detail execute time, like route time, execute time, users can know how long each step takes;
   
   We can find them at sharding-opentracing module, ShardingSphere has already send those tracing information to OpenTracing protocol and user can show them on SkyWalking.
   
   > 2. Slow sql, we may tell users which sqls are too slow, and need to optimize them;
   
   I think those feature should be in druid or other connection pool, maybe ShardingSphere can add a new module for monitor sql status. We can discuss it further if you want to do it.
   
   > 3. Intercepted sql, if we have function of firewall to avoid some sqls to execute, we can audit such intercepted sql.
   
   This feature is for SQL audit, we create a new module do it just like encrypt or shadow table. We can discuss it further if you want to do 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


With regards,
Apache Git Services