Commit Graph

397 Commits

Author SHA1 Message Date
45d8f8711c fix load data ignore rows bug 2024-07-23 16:51:55 +00:00
ea7a0ed8f6 Add is_direct_insert_plan_ to ObPhysicalPlanCtx 2024-07-22 18:00:02 +00:00
3adb4c0c2e [CP] [to #52806614] fix anonymous block with out parameter on prexecute & ps protocol mixed running 2024-07-16 04:48:55 +00:00
4eec8a8049 fix table level online_estimate_percent not work 2024-07-12 11:01:09 +00:00
9760ffd780 read ONLINE_ESTIMATE_PERCENT in direct load 2024-07-11 04:17:18 +00:00
d6ec2ffac9 fix config online_estimate_percent not work in remote plan 2024-07-09 14:37:46 +00:00
8b0ac4f1c2 [CP] [CP] make sure data_table_id and schema_version in based_schema_obj_info before alter table 2024-07-05 03:16:25 +00:00
9ebf3e06a5 client task construct exec_ctx 2024-07-05 02:47:39 +00:00
91319fe104 [CP] serial create table return valid table id when table exist 2024-07-04 05:46:45 +00:00
5725aa6a5b fix truncate partition cancel global index 2024-07-03 09:55:24 +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
f4e84738e1 [CP] Retry rename_table in ctas 2024-07-03 04:12:43 +00:00
c15c9d4f79 [FEAT MERGE] patch feature 'direct load from backup data' to 432 2024-07-02 12:43:47 +00:00
89b4107c1a support alter external table auto refresh 2024-06-26 17:56:46 +00:00
b7f4eb6aa2 errsim to check the compare method for std::sort 2024-06-24 07:58:04 +00:00
d1e91320ec [FEAT MERGE] Support Parquet Format for External Table 2024-06-24 06:19:18 +00:00
175b976263 adjust error message and add test 2024-06-24 05:52:13 +00:00
5801165afd fix incremental direct load update sql stats 2024-06-21 06:50:49 +00:00
2383698d81 [CP] Optimize slow performance when adding not null columns to empty table in oracle mode
Co-authored-by: Someti1mes <chenguo.chen@qq.com>
2024-06-20 14:08:23 +00:00
1f2f6669a5 [FEAT MERGE] inc direct load phase2
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: shadowao <aozeliu@qq.com>
2024-06-19 09:19:57 +00:00
dc3831cd1d [CP] [CP] _parallel_ddl_control 2024-06-19 06:47:28 +00:00
74b7683448 [CP] add RPC to check server empty in executor 2024-06-18 12:06:13 +00:00
964cb5dd52 fix the bug of direct load in mv complete refresh 2024-06-18 09:16:21 +00:00
eed6b5fd90 [CP] [to #57075306] [FEAT MERGE] 4_2_3_pl_dev merge review
Co-authored-by: hanr881 <1741282579@qq.com>
Co-authored-by: seuwebber <webber_code@163.com>
Co-authored-by: LiuYoung00 <liuyanglo_ol@163.com>
2024-06-18 03:22:32 +00:00
ca53fe797d [FEAT MERGE] merge table insert overwrite 2024-06-18 02:35:50 +00:00
d04aec2793 Direct load open compress 2024-06-18 02:06:44 +00:00
b2296b9f29 [FEAT MERGE] support clone standby tenant 2024-06-18 01:38:09 +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
8cf399af82 Support hex string for load data formats 2024-06-17 20:27:47 +00:00
b859aea8d6 [CP] fix concurrency of direct load and ddl 2024-06-17 14:14:59 +00:00
da5aece3e1 [FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
2024-06-17 13:46:16 +00:00
6dfa79db04 [FEAT MERGE] Support batch construction of local indexes to solve the problem of temporary space enlargement 2024-06-17 11:04:15 +00:00
5f96562f90 [CP] fix privilege bugs 2024-05-29 05:38:39 +00:00
47a371d554 [CP] [MYSQL COMPAT] add mock statement and views 2024-05-28 13:48:12 +00:00
5ce9ef5136 [FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-05-27 11:18:01 +00:00
c8703c9b0e fix analyze delete histogram bug and create table option parser bug 2024-05-22 03:19:19 +00:00
b25f2bcf3e [CP] [ctas]: ctas support parallel hint. 2024-05-21 05:43:59 +00:00
95a7933024 [CP] [CP]support block sample perfs、set column max/min val and some bugfix code 2024-05-20 05:16:25 +00:00
a15dce076a [CP] commit the existing trans in the current session before processing optimizer stats 2024-05-17 03:14:06 +00:00
5e17be3199 fix set role bug 2024-05-13 13:53:22 +00:00
0b39df787f fix range part key to decimal failed. 2024-04-24 11:48:26 +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
bf604885f8 [FEAT MERGE]
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-04-19 06:46:37 +00:00
56d8a2b1ee [CP] Limit the number of files 2024-04-18 04:09:52 +00:00
854a7a24df [CP] executor 感知 create table if not exist do nothing 2024-04-17 13:21:38 +00:00
0d6f3a8316 [FEAT MERGE] Support partitioned external table, and opt select into outfile
Co-authored-by: SevenJ-swj <sevenjworkstation@gmail.com>
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-04-16 16:15:48 +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
4bc174a652 [FEAT MERGE] extended partition column type for mysql 2024-04-16 12:46:26 +00:00
1ee64365ea [FEAT MERGE] Support exchanging partition between partitioned table A and non-partitioned table B.
Co-authored-by: fkuner <784819644@qq.com>
2024-04-16 07:19:48 +00:00