Commit Graph

128 Commits

Author SHA1 Message Date
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
2df6814ad8 fix standby read blocked 2024-08-21 04:59:58 +00:00
a7553305fc [mysql tablelock][master] placeholder for table lock priority queue 2024-07-23 08:22:25 +00:00
227a6f35c8 [DeadLock] add associated_session_id to trans_part_ctx 2024-07-09 11:20:03 +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
768e502783 post 2pc requests after advancing the upstream_state successfully 2024-06-18 00:17:25 +00:00
905a5e35fa Print logs for the tx_ctx member as needed 2024-06-17 11:10:10 +00:00
156e89bb28 simply pdml code, remove compat logic on leader 2024-06-17 09:49:23 +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
d5668ff4d4 [refine] writer thread force logging after finished submit log for freeze 2024-05-14 06:13:46 +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
784e448714 submit log interface to nonblcok 2024-04-17 10:51:19 +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
611b488e79 [CP] [gts] refine gts callback interrupt 2024-03-26 05:20:18 +00:00
3ba79326f4 fix: gts_callback_interrupted change tenant failure 2024-03-05 04:19:57 +00:00
fd54ded76c cache data version in session for performance optimize 2024-02-27 09:44:46 +00:00
eebd59b11b set prev_log_type in commit/prepare log
Co-authored-by: wxhwang <wxhwang@126.com>
2024-02-10 06:11:13 +00:00
0c56e628e0 [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-10 05:34:25 +00:00
7084582acf [replay] fix replay serial part log when txn recover scn after final serial log 2024-02-09 13:50:18 +00:00
a9d217444b skip active memtable when flush redo for freeze 2024-02-09 11:06:53 +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
230773b31a [bugfix] parallel replay branch savepoint insert tx-data-table lost data
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-02-08 18:43:05 +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
c7fe4c3f69 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: wanyue-wy <345657357@qq.com>
2024-02-07 20:19:21 +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
bb91fee82f set prev_log_type in commit/prepare log
Co-authored-by: wxhwang <wxhwang@126.com>
2024-02-02 21:43:02 +00:00
89f74f205e [TABLELOCK] fix several bugs about timeout in tablelock 2024-02-02 18:51:34 +00:00
1e2b018bbf [replay] fix replay serial part log when txn recover scn after final serial log 2024-01-17 07:43:09 +00:00
b3ec417991 skip active memtable when flush redo for freeze 2024-01-15 13:42:48 +00:00
056e47167d misc refinement 2024-01-11 10:14:47 +00:00