548 Commits

Author SHA1 Message Date
4edb7b4b37 [FEAT MERGE] DML stong type refactoring and optimization 2024-08-27 08:31:09 +00:00
26c0e1f161 [CP] support parallel dml modify same row concurrently
Co-authored-by: Handora <qcdsr970209@gmail.com>
2024-08-23 17:24:42 +00:00
81e39dc173 [FEAT MERGE] Column Store Replica
Co-authored-by: LeonChaoHi <15201161716@163.com>
Co-authored-by: zzg19950727 <1071026277@qq.com>
2024-08-22 11:26:16 +00:00
11d47a78ce Fix root_macro_seq compat 2024-08-22 09:10:56 +00:00
54f6db574a fix external sort ut core dump 2024-08-21 13:36:06 +00:00
10993c4915 [CP] [MDS] deserialize buffer_ctx by multi_data_source id 2024-08-21 13:11:36 +00:00
2df6814ad8 fix standby read blocked 2024-08-21 04:59:58 +00:00
a897079037 [FEAT MERGE] shared_nothing_tmp_file
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2024-08-15 12:12:57 +00:00
ee0deb14ba add diagnose mgr unittest & placeholder for RPC request 2024-08-09 09:33:40 +00:00
f28a2d1d7b add defense & unittest for ls_reserved_snapshot 2024-08-06 11:57:11 +00:00
e8faf23073 [bugfix] fix cs_encoding simd pfor codec format depend on cpu arch 2024-08-06 06:15:51 +00:00
1a7b85c347 [FEAT MERGE] merge quick restore
Co-authored-by: LoLolobster <949673574@qq.com>
Co-authored-by: JiahuaChen <garfieldjia@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2024-08-02 07:23:14 +00:00
c86ca4687b fix not reuse micro after progressive merge & add case 2024-07-29 15:12:04 +00:00
432e506c80 [BUG.FIX] fix -4002 in ngram parser 2024-07-24 09:33:10 +00:00
0f9dcf8cd9 add storage schema case in farm & add compaction history obtest & fix progressive merge 2024-07-23 13:32:05 +00:00
a7553305fc [mysql tablelock][master] placeholder for table lock priority queue 2024-07-23 08:22:25 +00:00
40d220a51d fix schema defense 4002 2024-07-16 05:06:03 +00:00
3e720b0574 add compaction obtest & unittest 2024-07-12 03:16:39 +00:00
a691750c86 [CP] add case for minor merge 2024-07-11 10:30:05 +00:00
227a6f35c8 [DeadLock] add associated_session_id to trans_part_ctx 2024-07-09 11:20:03 +00:00
b5495c5a66 fix parallel_start_pos_ adjust when parallel replay failed 2024-07-04 04:21:03 +00:00
b042b281ef Use batch hash in encoder 2024-07-03 09:49:32 +00:00
81bfa9f0ac [FEAT MERGE] direct load performance optimize
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: leftgeek <1094669802@qq.com>
2024-07-03 07:17:17 +00:00
4f8426eb0b Fix backup do not support bandwidth throttle 2024-06-27 05:02:28 +00:00
236f3cf191 change filter_tree_merge_status 2024-06-25 12:04:20 +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
b5f1d56b0c [CP] fix ObLobDataOutRowCtx bytes aligned padding byte init 2024-06-21 12:17:09 +00:00
3bfa3e2070 [FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
2024-06-21 09:46:21 +00:00
ba16ddd354 Fix datum rowkey vector compare rowkey with diff type 2024-06-20 16:52:19 +00:00
6bf3f38ce4 [FEAT MERGE] ap benchmark opt
Co-authored-by: zhenhan.gong@gmail.com <zhenhan.gong@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
2024-06-19 06:41:44 +00:00
f5c8989764 group_id unexpected condition 2024-06-18 03:52:09 +00:00
024359ccf0 [FEAT MERGE] Transaction processing query optimization
Co-authored-by: haitaoyang <haitaoy3.14@gmail.com>
2024-06-18 03:05:14 +00:00
b29a7dd782 [FEAT MERGE] Set different table mode and compaction strategies to optimize buffer table performance.
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-06-18 02:58:54 +00:00
d5629a2b36 [FEAT MERGE] Support monotonic filter to accelerate queries.
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-06-18 01:26:00 +00:00
768e502783 post 2pc requests after advancing the upstream_state successfully 2024-06-18 00:17:25 +00:00
ffd0dacb15 Add object type placeholder for MySQL date/datetime types 2024-06-17 23:43:06 +00:00
d8fe3c810b [FEAT MERGE][CP] migration choose source optimize and add restore source
Co-authored-by: LoLolobster <949673574@qq.com>
2024-06-17 22:51:03 +00:00
ca3bf29fe1 [FIX] redesign ObFreezer to support multiple tablet freeze 2024-06-17 11:50:32 +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
89e696f309 [FTS] Adjust plugin tokenizer interface for fulltext search 2024-06-17 09:38:01 +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
3236e488f0 remove unittest key_btree in opensource mode 2024-05-22 07:29:49 +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
a5dbe3737d Refine tx ls state to support on_start_working retry 2024-05-17 07:47:03 +00:00
57321b6c95 fix backup hold tablet handle do not hold memtables issue 2024-05-16 03:22:42 +00:00
a8c76f3652 Optimize ObTxContext memory 2024-05-15 07:46:08 +00:00
d5668ff4d4 [refine] writer thread force logging after finished submit log for freeze 2024-05-14 06:13:46 +00:00