wallezhang commented on issue #8164: URL: https://github.com/apache/skywalking/issues/8164#issuecomment-975273948
> > if the original sql has a hint, will this have an impact, > > We will try to avoid this case. > > > or will the added comment have additional parsing cost for the SQL engine? > > It changes the SQL, so from SQL string perspective, it has a little. And it costs more network bandwidth for sure. > > > Maybe ShardingSphere proxy plugin will remove the tracing context before sending the sql to the backend database. > > From my understanding, ShardingSphere should do. Let's see. @tristaZero Thanks for the reply. If application connect to the real database not a proxy, I think add a tip to describe the impact on this is a good idea. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
