102 Commits

Author SHA1 Message Date
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
6bf26275da return ObSSTableWrapper instead of ObITable* when getting cg sstable from co sstable 2024-02-07 12:51:22 +00:00
c8d8bb4c25 fix builder trim empty roots when rewriting macro blocks 2024-02-07 04:19:57 +00:00
d02328ebf1 optimization for tablet meta iops [FEAT MERGE]
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2024-02-06 22:16:36 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
2afec06cc5 fix row offset in DDL_MERGE_CO_SSTABLE 2024-02-06 08:17:04 +00:00
61d85bedc0 Fix max rows returned in group by pushdown 2024-01-24 07:16:44 +00:00
86c07975d1 Fix IndexBlockBuilder cannot close(build tree) 2024-01-21 14:42:28 +00:00
88f0d9e139 remove tenant io manager hash in io manager 2024-01-11 13:50:08 +00:00
e4c6364956 get kv from tablet 2024-01-09 11:48:55 +00:00
3ab97bfeaa Adapt DDL paritial data construt sst. 2024-01-09 03:12:54 +00:00
aeace6c456 pass tablet_handle when query 2024-01-08 12:18:00 +00:00
30e44f4381 fix wrong row_offset in ddl_cg_sstable && fix invalid cg_iter_param 2024-01-04 09:13:14 +00:00
48106fdd6a Adapt the new vec2.0 interface for single row calculation
Co-authored-by: hwx65 <1780011298@qq.com>
2024-01-04 05:42:43 +00:00
cba9180f18 bugfix: pass tablet from get_table_param to get corresponding version of ddlkv 2024-01-02 09:12:48 +00:00
c5c5a5dffe fix macro block id array use searray operator= 2023-12-28 11:47:53 +00:00
169d10fe6d Fix allocator in index scanner 2023-12-28 10:43:01 +00:00
403a8d920f fix offset from DDLKV && fix wrong read_info 2023-12-26 08:43:25 +00:00
3e40d869ec change ObStorageObjectType to ObStorageObjectMetaType 2023-12-22 16:47:40 +00:00
bfe2b080dd BUGFIX: make sure clean the ls if created failed 2023-12-22 09:14:52 +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
62d265e263 return ObSSTableWrapper instead of ObITable* when getting cg sstable from co sstable 2023-12-07 10:12:57 +00:00
c9d2d3bdf5 fix builder trim empty roots when rewriting macro blocks 2023-11-28 17:11:45 +00:00
a1c2792ab7 optimization for tablet meta iops [FEAT MERGE]
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-11-23 10:41:22 +00:00
debe792090 Fix column store blockscan check logic 2023-11-16 15:11:41 +00:00
96fbcde3a7 Fix the issue of inaccurate reading of multiple ranges in columnar storage for multiple partition scenarios 2023-11-15 04:49:08 +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
a17f917618 [CP] ddl kv use first ddl sstable to get compressor type when available 2023-10-19 08:40:01 +00:00
83eed2863c [CP] ddl kv use first ddl sstable to get compressor type 2023-10-16 04:13:20 +00:00
4fdfd2c977 fix unstable ut: test_sstable_row_multi_scanner 2023-10-08 03:09:47 +00:00
0ca997cb54 fix core when print replay_tablet_task and remove tenant 2023-08-25 02:44:10 +00:00
a1ecfa86e5 skip ddl_memtable when open sec_meta_iter 2023-08-03 13:42:27 +00:00
a4bb627063 BUGFIX: move safe destroy worker into tenant 2023-07-17 03:12:14 +00:00
93023b7920 Avoid ddl_get_tablet on replay 2023-07-07 03:12:20 +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
b0f003f4e4 Construct IndexBlockDataTransformer on stack which is used to be thread local storage. 2023-05-22 09:23:16 +00:00
4b3e342312 Constructing prefetch arrays in ObIndexTreeMultiPassPrefetcher on demand to optimize performance of checking row lock. 2023-05-08 09:38:42 +00:00
36e28a5f79 fix null mod_name 2023-04-13 06:46:35 +00:00
a0466b3249 fix compatibility problem 2023-03-10 08:11:17 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +00:00
dbc2a4c9f9 [BugFix].fix invalid meta_tree_root 2023-02-24 17:16:28 +08: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
c20858a153 [Fix]manage the memory_usage of checksum_array in ObMacroBlockMeta 2023-02-09 16:22:41 +00:00
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
5217b09950 add some small sstable operations tools 2023-02-06 16:43:12 +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
3080f2b66f Enhanced resource isolation capability, previous IOPS group control for front-end and back-end tasks
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 15:58:19 +08:00