Commit Graph

73 Commits

Author SHA1 Message Date
f140380302 [bugfix]: for already commited tablet, shouldn't append related lob tablet. 2024-01-10 09:17:55 +00:00
93b7f4e8aa Filling the tablet_id field in table __all_ddl_checksum 2024-01-10 07:13:08 +00:00
4d02998322 use the latest start scn to allocate ddl kv. 2024-01-09 14:12:58 +00:00
d4d4ffda92 [BUGFIX] fix table restore import lob over diff tenant 2023-12-27 09:13:39 +00:00
0bfa936ffc fix drop column idempotence 2023-12-25 13:13:37 +00:00
bf52189f95 fix parallel_idx oversize when switch lob slice 2023-12-22 10:43:34 +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
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
2af60a0292 [CP] [LOB] support inrow threshold config 2023-12-11 05:17:14 +00:00
7ce52650c0 [CP]add allocator label 2023-11-28 09:42:17 +00:00
16f37c94b6 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2023-11-23 04:11:39 +00:00
ed17063822 fix some problems. 2023-11-22 11:14:40 +00:00
4531a5b37d [CP] add timeout param for estimation related interfaces 2023-11-22 03:10:58 +00:00
7f360fc2f5 [CP] Make ObTabletTableIterator and ObTableStoreIterator deep copy safe 2023-11-17 14:44:52 +00:00
71e89f4ebf revise static assert comment according to latest data structure 2023-11-09 15:07:09 +00:00
b5b2a5f052 fix unit gc blocked by running compaction dag by adding dag_yield 2023-11-08 13:39:24 +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
971719bdd1 [CP] Fix unexpected row order of restore table scan 2023-10-25 08:13:40 +00:00
9dfa1f53af fix drop column report checksum fail with invalid arugment 2023-10-17 10:09:40 +00:00
f6a0de904a fix checksum error of drop column 2023-10-15 12:09:25 +00:00
914713a8d9 fix fk rebuild twice and adjust single replica build timeout. 2023-09-13 02:48:02 +00:00
3f04abacab clear ddl checksum of source table and dest table before retry execution. 2023-09-11 10:44:11 +00:00
2718e8df84 fix remote scan inner sql timeout. 2023-09-09 13:12:43 +00:00
912bcc973e fix 4007 reported when resolve stored generated column with sql mode pad_char_to_full_len. 2023-09-08 13:21:13 +08:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
5b7790fc79 do not hold tablet handle when executing ddl. 2023-07-18 09:48:10 +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
f51646d252 Fix local scan default_row used-after-free 2023-06-13 07:48:39 +00:00
2a28ee0b5c fix expected_task_load of split_task_range equals to 0. 2023-06-01 13:53:22 +00:00
938641501d Fix used-after-free of sstable ptr 2023-05-31 08:47:28 +00:00
4a48efc37c Fix missing checksum after ddl major generated 2023-05-24 10:12:02 +00:00
89be1d878e fix generating same macro data seq in differnt macro block when drop column in parallel. 2023-04-13 08:58:20 +00:00
b969710b6f ddl not record warning of entry not exist in dag warning history 2023-04-06 15:11:00 +00:00
db6535d4d2 Support group_id transfer of ddl task with serlize_message 2023-04-03 19:15:07 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
a8fb238d49 Revert shrink memory usage of ddl kv mgr 2023-03-08 15:15:59 +00:00
50b4027b91 shrink memory usage of ddl kv mgr 2023-03-07 02:43:55 +00:00
bfbe2f8609 add defensive code for small sstable optimization 2023-03-03 08:46:06 +00:00
000331908d replace ddl cluster version with data format version 2023-02-24 12:52:55 +00:00
c485d8f458 fix crtl+c aborting task but __all_virtual_load_data_stat abort bug 2023-02-13 02:41:16 +00:00
1b01fc8fe3 Add ddl_commit_scn to guarantee single ddl commit log 2023-02-10 03:13:34 +00:00
1a7bd7edfc remove table schema from complement data task param. 2023-02-09 15:58:20 +00: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
2c2c8ec4d5 [CP] fix errsim compilation failure 2023-01-12 19:02:33 +08:00
2c8c28887f [FEAT MERGE]support ddl real time monitoring 2023-01-12 19:02:33 +08:00
4f6f8b11f3 persist cluster version for ddl. 2023-01-12 19:02:33 +08:00
4666798151 [Fix] update check sstable status ret code 2023-01-12 19:02:33 +08:00
d1c6e3e1d1 [Fix] commit ddl column checksum in follow replicas 2023-01-12 19:02:33 +08:00
2459d3127f fix drop column bug 2023-01-12 19:02:33 +08:00