Unsubscribe from updates to this bug at: https://bugs.mysql.com/77681

 Updated by:  Daniel che chung So
 Reported by: OCA Admin
 Category:    Connector/J
 Severity:    S3 (Non-critical)
-Status:      In progress
+Status:      Closed
 Version:     5.1.x
 OS:          Any

[20 Aug 23:25] Daniel che chung So

Added the following entry to the Connector/J 5.1.37 changelog:

"The code for executing a REPLACE statement when
rewriteBatchedStatements=true has been refactored by putting multiple
batched statements into a single query, making it work more like an
INSERT statement. This increases the efficiency for running REPLACE
statements. Thanks to Jie Han for contributing the patch."

------------------------------------------------------------------------

[21 Jul 9:17] jie han

we have billions records transfer from offline to online ,  rewrite
replace statement will save lots of bytes. and rewirte to one sql means
don't need  explicitly begin transaction ,because one sql will execute
in  a standalone transaction when autocommit is true,this save two
request for every batch. where network is slow autocommit will save more
time. hope rewrite replace statement will release in next version.

------------------------------------------------------------------------

[20 Jul 17:27] Filipe Silva

Bug#40561 is a duplicate of this.

------------------------------------------------------------------------

[12 Jul 8:00] Umesh Umesh

Hello!

Thank you for the report and contribution.

Thanks,
Umesh

 

相关文章:

  • 2021-09-01
  • 2021-12-28
  • 2021-11-20
  • 2021-07-28
  • 2022-12-23
  • 2021-05-23
  • 2022-01-05
  • 2021-11-03
猜你喜欢
  • 2021-11-20
  • 2021-09-27
  • 2022-02-10
  • 2021-11-22
  • 2022-12-23
  • 2022-02-10
相关资源
相似解决方案