Commit Graph

148 Commits

Author SHA1 Message Date
1d58e71b77 [CP] fix prefix index not extracted bug 2024-02-09 21:43:07 +00:00
dc32079645 [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-02-09 19:58:19 +00:00
6bcba4b072 fix column group cost info bug 2024-02-09 19:34:34 +00:00
772d84b21e fix column store index back cost 2024-02-09 15:35:27 +00:00
8e71e218e6 [CP] fix calc nested loop join / spf cost bug 2024-02-09 09:36:04 +00:00
98961888d4 [CP] [CP] fix table scan range cost bug 2024-02-09 08:46:02 +00:00
3095c651ed [CP] pruning false range index in skyline pruning 2024-02-09 04:32:47 +00:00
cbd677de94 [CP] fix multi_stmt batch_execute optimization push down filter to table_scan 2024-02-09 04:29:47 +00:00
b6a15b6111 fix some outline/hint bugs 2024-02-08 13:15:20 +00:00
1dbf5325d8 Tracepoint: Add trace point to test NLJ and SPF batch rescan 2024-02-08 07:37:05 +00:00
1c20161f72 [FEAT MERGE] column store ddl
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: renju96 <fcbrenju@163.com>
2024-02-07 23:09:02 +00:00
c85a1348ba fix error code being overwritten 2024-02-07 19:37:21 +00:00
3db2e35a2e fix merge join bug when use interesting ordering for merge key 2024-02-07 13:57:05 +00:00
9a22f3ea88 [FEAT MERGE]adaptive cost model 2024-02-07 11:01:37 +00:00
f8d4af54a9 bugfix : json_table subquery param && json_table ban group by pushdown write 2024-02-07 10:16:49 +00:00
21e9142ed5 [CP] refine cost of base table 2024-02-07 00:02:15 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
f1c9be6b9f [CP] [CP] Fix view synonym bug 2024-02-06 06:12:01 +00:00
5be370fa7b fix generated recursive union all plan bug using the distributed join method hint 2024-02-06 05:42:10 +00:00
77f5c15b28 fix lossless cast bug 2024-01-22 14:17:09 +00:00
925a77ec67 [CP] fix prefix index not extracted bug 2024-01-22 13:12:31 +00:00
d2ab1a4aae [FEAT MERGE] [CP] Improve the rowcount estimation
Co-authored-by: akaError <lzg020616@163.com>
2024-01-22 04:12:26 +00:00
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