Commit Graph

483 Commits

Author SHA1 Message Date
2863e5bdfd [CP] fix multi_stmt batch_execute optimization push down filter to table_scan 2024-01-09 08:18:17 +00:00
a77cd1cf27 fix subplan filter pkey distributed plan bug 2024-01-08 14:42:55 +00:00
346583d18e fix get query range node for table location bug 2024-01-08 10:47:47 +00:00
75f71da924 fix some bugs in boundary cases of optimizer stats 2024-01-08 07:17:14 +00:00
2c65fc3f88 [CP] to issue<53546058>:trigger always forbid pdml 2024-01-08 04:12:54 +00:00
2d1316649a [CP] fix bug of NO_GATHER_OPTIMIZER_STATISTICS no affect 2024-01-08 02:42:55 +00:00
b542d2a9c5 Modify the logic of recursive search for rownum 2024-01-05 08:47:36 +00:00
6ef2d82735 [CP] Fix the issue of incorrect results with batch NLJ + SET OP 2024-01-05 05:17:35 +00:00
ff32f1655b [CP] fix generate plan bug for select for update 2024-01-04 14:17:16 +00:00
41bddc55a8 Fixed the problem of <hint add material> causing the logic <hint add monitor dump> to change. 2024-01-04 03:12:50 +00:00
9ae25b9413 [CP] fix exec_param nested problem 2024-01-03 16:18:03 +00:00
4eab635517 fix some problem in <hint material> 2024-01-02 08:43:05 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
5451651fa1 [CP] [CP] Disable pdml when primary key has auto increment column 2023-12-26 10:49:14 +00:00
b97e65cf1e Unify the processing logic of PDML and regular DML 2023-12-26 07:43:29 +00:00
d96600e36a [CP] fix standby tenant retrun weak read feedback 2023-12-22 17:13:07 +00:00
6cfbcd52b2 fix groupby pushdown report 4007 when upgrade 2023-12-22 16:42:56 +00:00
abef1a89a4 Tracepoint: Add trace point to test NLJ and SPF batch rescan 2023-12-22 15:42:36 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
ac4bb1a23e [CP] fix nested and shared onetime expr bugs 2023-12-19 20:13:12 +00:00
513f1ed008 dml adapt with minmal 2023-12-19 13:13:25 +00:00
021e5571bb merge devleop into master 20231212 2023-12-19 07:45:22 +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
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
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