Commit Graph

459 Commits

Author SHA1 Message Date
438a70b2b8 [FEAT MERGE] transaction pdml support optimization
Co-authored-by: yyy-hust <yyy.hust@gmail.com>
Co-authored-by: SanmuWangZJU <sanmuwang.ws@gmail.com>
2023-12-18 14:04:23 +08:00
07edb2482e [CP] fix: fix the core induced by spf batch rescan 2023-12-18 14:04:23 +08: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
0b606f6c12 fix error code being overwritten 2023-12-13 15:48:07 +00:00
618ab67eb0 [FEAT MERGE][CP]optimizer stats enhancement
Co-authored-by: 2149 <260391947@qq.com>
2023-12-12 10:17:50 +00:00
58aad590f1 [FEAT MERGE] Solidify session vars for functional index 2023-12-12 06:42:37 +00:00
sdc
0ffed88033 fix subplan filter + px batch rescan hang 2023-12-08 10:42:44 +00:00
044e2b0b81 fix merge join bug when use interesting ordering for merge key 2023-12-08 08:17:35 +00:00
6a2fd09d6b fix pwj table memory bloat 2023-12-08 07:42:51 +00:00
d70d986be9 [FEAT MERGE]adaptive cost model 2023-12-06 03:12:01 +00:00
80cb93dc2c bugfix : json_table subquery param && json_table ban group by pushdown write 2023-12-05 07:12:17 +00:00
88451e8b98 [CP] fix: fix the correctness problem induced by batch rescan not supported reverse order 2023-11-29 11:46:05 +00:00
3dfd2fff98 fix rcte add material op on nested loop right child incorrectly 2023-11-28 16:11:48 +00:00
e63f6e8dbe [CP] refine cost of base table 2023-11-27 07:28:18 +00:00
0bc0de8440 [CP] Fix join filter bug 2023-11-27 06:46:45 +00:00
14cd76447f fix table location in optimize bug 2023-11-22 08:45:05 +00:00
72ec4556de fix late materialization bug 2023-11-22 06:45:14 +00:00
4531a5b37d [CP] add timeout param for estimation related interfaces 2023-11-22 03:10:58 +00:00
82418cf225 fix some sql logical plan bug 2023-11-21 15:15:00 +00:00
dbc0a0e4ff fix lossless cast bug 2023-11-21 09:11:03 +00:00
4746c866f5 [CP] [CP] fix subplan filter PKEY plan bug 2023-11-21 04:40:44 +00:00
ec834c2946 Not report 4016 when there is no leader replica 2023-11-17 07:10:56 +00:00
902c912433 fix generate slave mapping broadcast join plan bug 2023-11-16 07:44:53 +00:00
58c026ace0 [CP] force allocate exchange for first pdml operator 2023-11-16 04:40:35 +00:00
d2dd4b65a1 [CP] to issue<52916428>:fix core when obj access expr as sql fliter expr 2023-11-15 11:10:36 +00:00
bcc15937ee [CP] Fix issues related to user variables. 2023-11-15 07:40:18 +00:00
73a2381458 [CP] fix onetime expr cause prune index incorrectly 2023-11-15 05:14:18 +00:00
4b1c5f93c0 fix pdml allocate partition id expr bug 2023-11-14 13:10:46 +00:00
3ee313de9c Add leader replica only when all replicas are in blacklist 2023-11-13 08:09:12 +00:00
6e6eedc0b8 [CP] disable var assign use das default 2023-11-13 07:13:15 +00:00
66027a8f16 [CP] fix set partition wise cannot generate plan 2023-11-13 07:09:29 +00:00
7d7c37db03 fix some bugs 2023-11-10 06:39:12 +00:00
05f3ddffb0 field place hold for upgrade compatibility at master 2023-11-09 12:58:02 +00:00
583738a5ed fix generated column late materialization bug 2023-11-08 12:13:23 +00:00
38085f4781 fix move query ref expr across stmts bug 2023-11-08 06:43:02 +00:00
d76e2df6ef fix distinct fd judgement bug 2023-11-06 09:39:30 +00:00
1b5c21ddec [CP] fix three stage prune the merge group plan with index path 2023-11-06 02:40:21 +00:00
864625fb4b fix rcte correctness bug when there is onetime expr 2023-11-03 02:39:40 +00:00
d0efaee70e fix pdml allocate partition id expr bug 2023-11-01 09:43:40 +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
7301597e49 fix no_unity build error for inc_build_test regression 2023-10-24 04:13:43 +00:00
58f226a3da Fix: When the generated column is equal conds, the constant will not find the corresponding table information. 2023-10-24 04:09:57 +00:00
bacc417957 feat: add the rule to use-das when has variable assignments in sql
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2023-10-23 09:14:03 +00:00
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
098ebfbf83 Disable dynamic sampling for external table 2023-10-20 13:09:43 +00:00
763d2240d5 [CP] Relax the collation type check defense for runtime filters. 2023-10-19 07:09:24 +00:00
f57b979472 fix subplan stack overflow 2023-10-17 13:13:35 +00:00
86d7a2b8d6 Fix core at RCTE 2023-10-17 06:39:31 +00:00
ceaef5c7da fix tenant_role user primary as default 2023-10-16 09:09:00 +00:00
62e21b0cea fix pdml cannot be enabled after rewrite generate joined table 2023-10-16 02:40:26 +00:00