azexcy commented on issue #27403:
URL: 
https://github.com/apache/shardingsphere/issues/27403#issuecomment-1809779318

   After test, i find bulk insert will get CSN from glt, just like
   ```
   INSERT INTO t_order (id, c_int, c_smallint, c_float, c_double, c_numeric, 
c_boolean,c_char, c_text)VALUES (11, 2, 3, 4, 5, 6.00, true, 'c_char', 
'c_text'),(12, 22, 33, 44, 55, 7.00, true, 'c_char', 'c_text');
   ```
   different database CSN is equals.


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

Reply via email to