Commit Graph

518 Commits

Author SHA1 Message Date
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
46e9e157f9 remove sys group from occupying group_id 2024-05-13 14:31:26 +00:00
77829a251a Fix aggregate pushdown to mini sstable after add column 2024-05-08 12:04:42 +00:00
406d31f5f2 Fix check sstable version range continues bug. 2024-05-08 04:04:01 +00:00
108e3f48fd [BUG] fix the defensive code when memtable set start scn if backoffed 2024-04-30 13:18:36 +00:00
996ddf15ac Add timeout for test_keybtree for opensource test 2024-04-30 10:16:19 +00:00
dc8f8f2106 Revert Fix tablet table store check sstable continue bug. 2024-04-28 12:38:11 +00:00
c4ed3f10af [FTS.BUGFIX] fix compatibility of MySQL default fulltext parser 2024-04-28 03:58:17 +00:00
dc5fc328ac Fix tablet table store check sstable continue bug. 2024-04-27 17:48:12 +00:00
305a71c544 [FTS.BUGFIX] fix test_fts_plugin in centos8 2024-04-26 09:55:55 +00:00
6797c56e2f Fix bugs when docker restart 2024-04-26 07:16:30 +00:00
1d8ebf3f45 check tx is aborted before report 4377 in index lookup 2024-04-25 09:55:11 +00:00
3131c4a0da [FTS][BUG.FIX] fix core at oceanbase::sql::ObDASDomainUtils::segment_and_calc_word_count 2024-04-22 14:58:52 +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
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
dd6ff5c5ff [bugfix] fix vec2.0 column equal decoder small unsigned exception value overflow 2024-04-18 13:27:24 +00:00
784e448714 submit log interface to nonblcok 2024-04-17 10:51:19 +00:00
3aff0d6be3 [FEAT MERGE] resource manage patch to direct_load_res_patch431
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
2024-04-16 15:43:57 +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
67d7a0f8de Check slog disk during restart 2024-04-16 08:16:15 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
deb429e32e Fix some sample logic. 2024-04-10 13:20:50 +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
cc135f2ce2 close skip_ghost_row for wrong is_rowkey_first_row_already_output_ flag 2024-04-09 10:25:25 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
fbf6fdf06b Fix unittest test_global_iterator_pool 2024-04-08 09:10:35 +00:00
44fc2f09f5 [FEAT MERGE] perf opt and support cs compaction to row
Co-authored-by: z404289981 <z404289981@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: wudidapaopao <664920313@qq.com>
2024-04-07 10:35:21 +00:00
784d2231f6 [CP][FEAT MERGE] implement of log storage compression 2024-04-07 06:45:18 +00:00
396d455b32 [MDS] add filter functor param in iterator and fix iterate medium_info logic 2024-04-03 04:45:07 +00:00
ced89ec6bd [BUG] only set safe_to_destroy when all data on memtable has been synced 2024-03-28 02:15:21 +00:00
2f5b5ef256 [CP] [LOG] To merge the log4220 feature into the master branch. 2024-03-26 13:15:25 +00:00