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/03 13:41:16 UTC

[GitHub] [incubator-shardingsphere] yanyzy commented on issue #3269: Performance tests data to the shadow table

yanyzy commented on issue #3269: Performance tests data to the shadow table
URL: https://github.com/apache/incubator-shardingsphere/issues/3269#issuecomment-561172598
 
 
   We want to do this through SQL parse and add router, add a tag field in sql, and according to this field, route to shadow database.
   
   Here is a simple design,and we chose the second way.  because ThreadLocal might introduce other problems.
   
   ![image](https://user-images.githubusercontent.com/30677017/70055785-3bb40800-1615-11ea-9d29-3255f1608174.png)
   
   Comments or Suggestions on this design are welcome! 

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