Commit Graph

307 Commits

Author SHA1 Message Date
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
faf440e6ea [FEAT MERGE]client session 2024-02-07 14:41:39 +00:00
54568efebf Refine filtering external files by pattern option 2024-02-07 12:15:32 +00:00
2569072042 [CP] add serialization size check 2024-02-07 08:29:09 +00:00
be2fe9dfce [CP] Fix parallel create conflict problem 2024-02-07 03:25:46 +00:00
d5e864bfbe add message column to __all_virtual_load_data_stat placeholder 2024-02-07 03:04:27 +00:00
c5f1b131ab [FEAT MERGE]charset revise 2024-02-07 01:12:44 +00:00
39bb278e58 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-06 21:39:19 +00:00
aaf67b9324 Add new error code for restore tenant failed 2024-02-06 21:02:42 +00:00
63d3019959 [BUGFIX] drop tenant raise core 2024-02-06 19:48:45 +00:00
02f0d363ee [CP] [to #49900376]check base table version when create trigger 2024-02-06 19:20:33 +00:00
85acc0d957 fix .net driver kill session bug. 2024-02-06 18:00:49 +00:00
b9d469adca fix check range partition increase bug 2024-02-06 15:37:39 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
6f86116f83 load data local task shouldn't retry 2024-02-06 07:12:20 +00:00
a42514dddd abort receiving packets if idle more than 10 seconds 2024-01-30 03:12:23 +00:00
e38f8445cc Fix direct load use dirty phy_plan 2024-01-29 14:11:44 +00:00
b17c899823 [CP] check_parallel_ddl_schema_in_sync perceives the session and tenant status 2024-01-23 12:17:25 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
c0c4b80700 [CP] [xa][4.x] add defensive measure for xa end in trigger 2024-01-17 11:48:15 +00:00
e8d0e454bf Fix direct load query timeout 2024-01-17 08:12:26 +00:00
2d1316649a [CP] fix bug of NO_GATHER_OPTIMIZER_STATISTICS no affect 2024-01-08 02:42:55 +00:00
cc95855054 fix coredump if toolbox init half 2024-01-03 11:13:33 +00:00
02038a911a BUG: loading multi empty files failed 2024-01-02 07:13:21 +00:00
2882851e54 to issue<53361277>:support flush pl cache single cache object 2023-12-28 09:12:48 +00:00
599b21b90c update_index_status 等schema刷新占位 2023-12-27 12:12:52 +00:00
240f690249 modify wait logic of clone executor and retry logic of clone scheduler in CLONE_SYS_RELEASE_RESOURCE 2023-12-22 15:47:19 +00:00
4d45724267 load data sometimes coredump 2023-12-20 11:52:46 +00:00
f5f3fd0173 merge devleop into master 20231212 2023-12-19 08:46:14 +00:00
79fa3a931e Merge branch 'master' into develop 2023-12-19 16:00:47 +08:00
60c6bbb06e fix gather truncate longtext string bug and write opt stats gather history bug 2023-12-19 05:47:51 +00:00
b165cdd507 Fix check_all_ls_restore_finish_ in clone scheduler 2023-12-18 23:17:38 +00:00
5b29a5c589 [CP] Fix direct load use non-thread-safe allocator to concurrent allocate memory 2023-12-18 19:52:29 +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
4d4732b7c7 [FEAT MERGE] load local files 2023-12-14 04:13:25 +00:00
9187748933 [FEAT MERGE] Implement tenant cloning mechanism
Co-authored-by: lalalafeier <wufeifei2023@163.com>
Co-authored-by: wanyue-wy <345657357@qq.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-12-14 03:13:30 +00:00
4057f55045 [CP] bugfix: delete unsafe log 2023-12-13 05:47:40 +00:00
8668b506b8 [CP] add retry for direct load if unit has migrated
Co-authored-by: suz-yang <suz.yang@foxmail.com>
2023-12-12 17:12:43 +00:00
d3a6e8e743 Fix: Avoid error reporting in downtime scenarios 2023-12-12 16:47:09 +00:00
4235388eaf Fix load data bug for json type 2023-12-12 13:42:55 +00:00
618ab67eb0 [FEAT MERGE][CP]optimizer stats enhancement
Co-authored-by: 2149 <260391947@qq.com>
2023-12-12 10:17:50 +00:00
e67f0a904f Fix some typos (#1742)
* fix typo
2023-12-11 16:52:39 +08:00
820c5f4e6d [FEAT MERGE]client session 2023-12-11 05:12:34 +00:00
0fe424c626 Refine filtering external files by pattern option 2023-12-07 04:46:33 +00:00
0bda0dbd95 [CP] add serialization size check 2023-12-02 05:12:16 +00:00
5b00582de6 [CP] Fix parallel create conflict problem 2023-11-28 09:12:00 +00:00
7120ee2c0d add message column to __all_virtual_load_data_stat placeholder 2023-11-28 06:47:08 +00:00
e4f7452b2d [FEAT MERGE]charset revise 2023-11-27 08:52:02 +00:00
16f37c94b6 [FEAT MERGE] enhance_ddl_quality
Co-authored-by: renju96 <fcbrenju@163.com>
2023-11-23 04:11:39 +00:00