86 Commits

Author SHA1 Message Date
03db4255b0 [FEAT MERGE] batch dml opt
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2025-03-24 12:19:50 +00:00
3ce8b4d437 fix get tx table without hold LS ref 2025-03-17 11:46:34 +00:00
2547f409a1 add IP format buffer size check 2025-02-13 08:16:16 +00:00
4b47d1618f modify length of extra_info of __all_rootservice_job 2025-01-24 02:46:32 +00:00
f1b8e41f6e update gcc9 to gcc12 2025-01-02 20:45:07 +00:00
c141972115 [FEAT MERGE] [PATCH] serverless_opt 2024-11-23 18:14:57 +00:00
ba5bcd80ac Fix issues in the accumulated big segment scenarios 2024-11-13 11:44:24 +00:00
4942521cce rollback writeset when rollback first stmt if stmt will retry 2024-09-02 07:34:27 +00:00
a90a362952 remove lob_ddl_mysql case in ss mode 2024-08-31 12:52:27 +00:00
4edb7b4b37 [FEAT MERGE] DML stong type refactoring and optimization 2024-08-27 08:31:09 +00:00
c981050104 [FEAT MERGE] mds_mvs
Co-authored-by: xuhuleon <xuhuleon@qq.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: JiahuaChen <garfieldjia@qq.com>
2024-06-25 07:51:39 +00:00
905a5e35fa Print logs for the tx_ctx member as needed 2024-06-17 11:10:10 +00:00
0e82d014fd fix undo_node pre_alloc and add tx_ctx replay from middle case 2024-05-29 07:45:25 +00:00
e98a77be79 integrated test for participant failure notify scheduler 2024-05-23 08:21:52 +00:00
3ef61117ef tx miss abort at end stmt and add abort check before commit 2024-05-21 05:32:36 +00:00
aba3d456da [FEAT MERGE] remove retain_ctx use tx_data to hold mds op and optimise transfer move tx with check tx is needed 2024-05-17 13:16:16 +00:00
9de65fb1d7 [FEAT MERGE] incremental direct load phase I
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-22 09:23:47 +00:00
7aca4ef065 [FEAT MERGE] Optimize dml performance in multi-local index scenarios
Co-authored-by: Handora <qcdsr970209@gmail.com>
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-16 15:27:21 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
fd54ded76c cache data version in session for performance optimize 2024-02-27 09:44:46 +00:00
0c56e628e0 [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-10 05:34:25 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
ba4abc025d [FIX] do throttle after creating tx ctx or rollback to savepoint in replay situation 2024-02-09 00:01:22 +00:00
fa4905151b [FIX] do throttle when mds operation is finished instead of allocating mds memory 2024-02-08 23:16:31 +00:00
d3da1d9ffc create savepoint not abort tx to avoid concurrent with stmt execute 2024-02-08 21:50:06 +00:00
31e5ff5f59 [CP] opt: provide a new sync interface for getting gts timestamp 2024-02-08 12:15:41 +00:00
9474ff14d4 only reset tx active_scn to enable recgnize first stmt retry 2024-02-08 11:07:13 +00:00
efebb728e6 add sanity check logic clock in trans state sync 2024-02-08 09:12:19 +00:00
01d8fbf351 fix switch to follower forcedly will failed due to no memory 2024-02-08 08:36:43 +00:00
8d63652331 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2024-02-07 23:02:56 +00:00
33a6f4973d [FEAT MERGE] Implement Resource Throttle 2024-02-07 17:25:56 +00:00
46b64790bc [FEAT MERGE] transfer without kill tx 2024-02-07 14:20:47 +00:00
fbba79a9f8 [CP] fix mds memory leak bug after creating buffer ctx failed 2024-02-07 13:18:10 +00:00
08bd926417 implicit trx first stmt retry does not abort tx 2024-02-06 23:39:29 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
89f74f205e [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-02 18:51:34 +00:00
056e47167d misc refinement 2024-01-11 10:14:47 +00:00
fc9414974c [FIX] do throttle after creating tx ctx or rollback to savepoint in replay situation 2024-01-05 03:42:39 +00:00
3bdc9cb5df [FIX] do throttle when mds operation is finished instead of allocating mds memory 2024-01-04 13:42:38 +00:00
46e5a241ce create savepoint not abort tx to avoid concurrent with stmt execute 2024-01-04 05:12:53 +00:00
15a066cf26 [CP] opt: provide a new sync interface for getting gts timestamp 2023-12-26 09:16:21 +00:00
d7ae28defd only reset tx active_scn to enable recgnize first stmt retry 2023-12-26 03:13:40 +00:00
f8733a5dcb add sanity check logic clock in trans state sync 2023-12-25 08:13:17 +00:00
bbc7b62785 fix switch to follower forcedly will failed due to no memory 2023-12-24 15:12:44 +00:00
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
56e0ec6dcf [FEAT MERGE] Implement Resource Throttle 2023-12-12 15:12:41 +00:00
ff0ec7e185 [FEAT MERGE] transfer without kill tx
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: KyrielightWei <weixx1203@outlook.com>
2023-12-08 14:12:30 +00:00
08a76580f3 [CP] fix mds memory leak bug after creating buffer ctx failed 2023-12-07 14:42:56 +00:00
13d649f400 implicit trx first stmt retry does not abort tx 2023-11-27 06:51:19 +00:00
e9fa5cef72 [FEAT MERGE] FEATURE: ls state optimization 2023-11-15 08:44:47 +00:00