terrymanu commented on issue #3075: sharding fully support with JOOQ? URL: https://github.com/apache/incubator-shardingsphere/issues/3075#issuecomment-544807559 I guess this issue caused by the insert SQL do not have sharding key, so ShardingSphere process the SQL as boarding cast SQL and write into all tables which you configured. If you only want route data into one table, please add sharding key into your insert SQL.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
