Commit Graph

126 Commits

Author SHA1 Message Date
8bd05f8034 fix column group cost info bug 2024-01-19 12:43:05 +00:00
19084ed6d5 fix column store index back cost 2024-01-18 03:43:08 +00:00
ed0c864bd0 [CP] fix calc nested loop join / spf cost bug 2024-01-12 10:43:02 +00:00
2c302ee318 [CP] [CP] fix table scan range cost bug 2024-01-11 13:19:22 +00:00
df0c075ed8 [CP] pruning false range index in skyline pruning 2024-01-09 08:23:00 +00:00
2863e5bdfd [CP] fix multi_stmt batch_execute optimization push down filter to table_scan 2024-01-09 08:18:17 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
abef1a89a4 Tracepoint: Add trace point to test NLJ and SPF batch rescan 2023-12-22 15:42:36 +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
0b606f6c12 fix error code being overwritten 2023-12-13 15:48:07 +00:00
044e2b0b81 fix merge join bug when use interesting ordering for merge key 2023-12-08 08:17:35 +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
e63f6e8dbe [CP] refine cost of base table 2023-11-27 07:28:18 +00:00
902c912433 fix generate slave mapping broadcast join plan bug 2023-11-16 07:44:53 +00:00
73a2381458 [CP] fix onetime expr cause prune index incorrectly 2023-11-15 05:14:18 +00:00
6e6eedc0b8 [CP] disable var assign use das default 2023-11-13 07:13:15 +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
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
098ebfbf83 Disable dynamic sampling for external table 2023-10-20 13:09:43 +00:00
00c32f328e Fix core at multiset subquery 2023-10-09 12:39:33 +00:00
0bddf9447f fix a deduce index func expr typo 2023-09-14 05:47:47 +00:00
53824d0e67 fix connect by level cannot be pushed down 2023-09-14 05:18:03 +00:00
8f2327f912 Modify the default value of the better_inlist optimization configuration item to True 2023-09-14 02:10:40 +00:00
c8c222deaa Add a rule to force use das if has variable assignments in sql 2023-09-13 13:21:37 +00:00
2d06e1eb45 Fix skip scan hint mysqltest 2023-09-13 08:10:38 +00:00
c9ee19a33c Merge branch 'pr_1549' 2023-09-13 05:38:03 +00:00
45573c67e5 Fix bug in skip scan with splitted ranges 2023-09-12 02:10:42 +00:00
68d091760c fix duplicate table bug 2023-09-11 06:44:20 +00:00
c72fbafe90 Merge branch 'master' of https://github.com/shuangzi52/ob4 into fix_new_05 2023-09-11 10:18:26 +08:00
ad99419dc9 fix skip scan prefix NDV bug 2023-09-09 12:09:59 +00:00
0ca39e9932 adjust auto dop 2023-09-08 11:53:52 +08:00
386d16f1a1 remove shuffled server list of temp table 2023-08-31 13:10:50 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
9cc1cce24d do not push down some filters when generate plan 2023-08-29 04:40:36 +00:00
dc3b38fc59 add _hash_join_enabled/_optimizer_sortmerge_join_enabled/_nested_loop_join_enabled parameters 2023-08-25 10:10:33 +00:00
e0b1dda713 [FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
2023-08-25 08:44:14 +00:00
00d479878b fix some optimizer stats bug 2023-08-18 08:17:39 +00:00
c550060ac7 [FEAT MERGE] memtable support dynamic sample
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-17 17:19:49 +08:00
7d7e68e967 fix some dup table bugs 2023-08-15 10:10:47 +00:00
ca5f363b3d fix create inner path bug 2023-08-08 04:42:25 +00:00
88430a9d96 Fix temp table related bugs 2023-08-04 10:18:35 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
76c8a644a0 [CP] [CP]implement query range cost model 2023-07-19 10:42:16 +00:00
83da2d2b72 Fix join filter bug 2023-07-18 07:30:37 +00:00
cacbb57260 fix join filter bug 2023-07-13 13:42:11 +00:00
316e56d882 [xml bugfix] obs1 channel, the value of the update xmltype field in pl is the value of the xmltype variable 2023-07-12 15:12:28 +00:00
ceeb9e31f6 support pushdown shared exprs in dml operator 2023-07-11 04:42:22 +00:00
49a8d8bb2b fix some bugs 2023-06-16 03:42:31 +00:00
a9b52c67d5 Fix external table gen plan bug when tables have parallel hint 2023-06-15 03:12:24 +00:00