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/08/21 10:21:39 UTC

[GitHub] [incubator-shardingsphere] DongJigong opened a new issue #2903: ComplexCustomAlgorithm will load every single row by id

DongJigong opened a new issue #2903: ComplexCustomAlgorithm will load every single row by id 
URL: https://github.com/apache/incubator-shardingsphere/issues/2903
 
 
   ```
   <dependency>
               <groupId>org.apache.shardingsphere</groupId>
               <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
               <version>4.0.0-RC1</version>
   </dependency>
   ```
   I am using complex colums slice to my single db multiple tables. But I found that every time I finAll data and update them, sharding will query every row data which in this data again to all 
   slice tables, then do update. I do not quite understand if I make a mistake. please reply ,thanks/.

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