Commit Graph

600 Commits

Author SHA1 Message Date
240e147747 [CP] Enable re_est_cost for prefix sort 2024-01-22 11:47:08 +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
5e2d1aaf15 [CP] disable dynamic sampling json/lob/gis column and fix set stat window attribute bug 2024-01-19 02:52:00 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
19084ed6d5 fix column store index back cost 2024-01-18 03:43:08 +00:00
2f1ff9bfdf fix an exec_param and a expr copy_on_replace bugs 2024-01-16 08:42:38 +00:00
8033fd7054 add refreshing mview flag to session info 2024-01-16 07:42:43 +00:00
ed0c864bd0 [CP] fix calc nested loop join / spf cost bug 2024-01-12 10:43:02 +00:00
841c6bd2b5 [CP] fix null skew handling inconsistant with sharding info 2024-01-12 02:48:10 +00:00
2c302ee318 [CP] [CP] fix table scan range cost bug 2024-01-11 13:19:22 +00:00
2514449c2e fix generating nonstreaming plan for skip locked for update 2024-01-11 04:47:49 +00:00
4b1d2e6644 disable predicate moving into values_table_query 2024-01-11 04:43:00 +00:00
7a8ac82dee [CP] [CP] [CP] fix: fix the 4377 error induced by NLJ batch Rescan 2024-01-10 10:44:00 +00:00
13aeccebcd Fix hint material related cases 2024-01-10 04:13:37 +00:00
sdc
21dae8c5ff [CP] fix px ordered coord rescan bug 2024-01-10 02:53:56 +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
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