135 Commits

Author SHA1 Message Date
4c24ed8d60 remove tenant io manager hash in io manager 2024-02-09 08:52:00 +00:00
7068d87d04 fix macro block id array use searray operator= 2024-02-08 16:29:26 +00:00
6953548b56 BUGFIX: make sure clean the ls if created failed 2024-02-08 06:25:33 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
ebf9cfed44 [index_block_row_scan]add ObDDLSStableAllRangeIterator to handle ddl_merge_sstable with index_tree_height > 2 2024-02-08 03:48:06 +00:00
ccfccee77b Change code owners 2024-02-08 02:26:43 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
618a949210 [opt] micro buffer writer 2024-02-06 19:17:42 +00:00
673fe94c68 [SKIP INDEX] adapt index block aggregate data is null. 2024-02-06 17:46:29 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
3b2918c459 bugfix: temporary file normal reading mislead into direct reading logic. 2024-02-05 13:42:21 +00:00
785702ef23 Enable skip kvcache in temporary file read procedure. 2024-02-05 03:12:22 +00:00
0a30a490d3 Bugfix: inspect_bad_block cannot atomically increase MacroBlock's refcnt. 2024-02-03 00:17:34 +00:00
98d518f292 Limit memory consumption during block manager mark and sweep 2024-01-16 04:42:25 +00:00
88f0d9e139 remove tenant io manager hash in io manager 2024-01-11 13:50:08 +00:00
c5c5a5dffe fix macro block id array use searray operator= 2023-12-28 11:47:53 +00:00
bfe2b080dd BUGFIX: make sure clean the ls if created failed 2023-12-22 09:14:52 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
d46c084cf6 [index_block_row_scan]add ObDDLSStableAllRangeIterator to handle ddl_merge_sstable with index_tree_height > 2 2023-12-20 04:13:30 +00:00
3a762b2721 Change code owners 2023-12-19 16:13:33 +00:00
e99cc037cc [FEAT MERGE] column store ddl
Co-authored-by: AnimationFan <30674773338@qq.com>
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2023-12-18 14:13:54 +00:00
7dccad4b78 [opt] micro buffer writer 2023-11-21 10:40:51 +00:00
66b23176d2 [SKIP INDEX] adapt index block aggregate data is null. 2023-11-20 18:11:07 +00:00
960df4d65c reduce EncodePivot memory usage with lots of columns and few rows 2023-11-16 14:46:15 +00:00
41296128f1 micro writer buffer uses the default allocator 2023-11-14 10:10:32 +00:00
d9de59fd05 [SKIP INDEX] fix falifisable filter use incorrect obj meta. 2023-11-09 13:05:54 +00:00
505d5a601a [CP] Replace ObConcurrentFIFOAllocator with ObFIFOAllocator. 2023-11-07 11:09:23 +00:00
7846915626 [SKIP INDEX] remove skip index storing prefixes 2023-11-06 03:10:25 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
c399d81179 [BUG.FIX] reduce macro id set memory footprints by using without no lock mode. 2023-08-29 07:48:02 +00:00
22a9b2252c [FEAT MERGE] support aead in tde
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-24 04:10:29 +00:00
90ae6c4e43 optimize mark_and_sweep 2023-08-17 11:24:17 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
7430de2cb0 [bugfix] fix batch decode var length dict with single entry 2023-08-11 07:12:43 +00:00
a4bb627063 BUGFIX: move safe destroy worker into tenant 2023-07-17 03:12:14 +00:00
9b23516657 Optimize tmp file 2023-07-14 04:42:06 +00:00
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
c3dd57e291 fix row_store_type when sstable is empty 2023-06-06 10:42:27 +00:00
a279004631 remove unittests cannot work on opensource 2023-06-06 05:42:19 +00:00
4e78cd9426 [bugfix] fix column equal encoding exception offset array overflow 2023-05-16 04:16:42 +00:00
3cada22bdc [FEAT MERGE]4_2_sql_feature
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
2023-04-28 11:12:11 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
8b00a6d6be Change the memory of ObEncodingRowBufHolder to hang on its own tenant which used to hang on 500. 2023-04-04 01:41:16 +00:00
276d9034f2 Fix test_raw_decoder of release compilation cannot pass. 2023-03-14 17:16:12 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +00:00
b889a69fbb [bugfix] add latest_row_store_type in sstable meta to calculate merge type for compaction 2023-02-10 03:41:41 +00:00
f8c5c2647f [FEAT MERGE] Merge syslog user experience improvement to master
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-02-06 15:52:24 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
0f14606391 [FEAT MERGE] instant ddl commit
Co-authored-by: hiddenbomb <bwgui203@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: rolandqi <qikai456@126.com>
2023-01-28 20:34:20 +08:00