betterjava opened a new issue #2156: Can not find a way to set 
KeyGeneratorConfiguration for broadcast table
URL: https://github.com/apache/incubator-shardingsphere/issues/2156
 
 
   I can find a way to set KeyGeneratorConfiguration for broadcast table.
   for example:
      a.'t_country' is a broadcast table.(id is the PRIMARY key and 
AUTO_INCREMENT)
      b.there are two  data-node 'db1' and 'db2'.
      c.in 'db1',the AUTO_INCREMENT of t_country is begin with 100,
         in 'db2',the AUTO_INCREMENT of t_country is begin with 200.
      d.insert a record to 't_country'.
      f. the id of the new record from 'db1'  is 101.
         the id of the new record  from 'db1'  is 201.
   is this a problem?

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

Reply via email to