Skip to content

Conversation

@zhiqiang-hhhh
Copy link
Contributor

pick #32746

…ument (apache#32746)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zhiqiang-hhhh
Copy link
Contributor Author

run buildall

@github-actions github-actions bot added area/nereids area/planner Issues or PRs related to the query planner kind/test labels Apr 2, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

public:
static FunctionPtr create() { return std::make_shared<FunctionTruncate>(); }

ColumnNumbers get_arguments_that_are_always_constant() const override { return {}; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'get_arguments_that_are_always_constant' should be marked [[nodiscard]] [modernize-use-nodiscard]

Suggested change
ColumnNumbers get_arguments_that_are_always_constant() const override { return {}; }
[[nodiscard]] ColumnNumbers get_arguments_that_are_always_constant() const override { return {}; }

ColumnNumbers get_arguments_that_are_always_constant() const override { return {}; }
// SELECT number, truncate(123.345, 1) FROM number("numbers"="10")
// should NOT behave like two column arguments, so we can not use const column default implementation
bool use_default_implementation_for_constants() const override { return false; }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'use_default_implementation_for_constants' should be marked [[nodiscard]] [modernize-use-nodiscard]

Suggested change
bool use_default_implementation_for_constants() const override { return false; }
[[nodiscard]] bool use_default_implementation_for_constants() const override { return false; }

// specific language governing permissions and limitations
// under the License.

#include <gtest/gtest-message.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: 'gtest/gtest-message.h' file not found [clang-diagnostic-error]

#include <gtest/gtest-message.h>
         ^

@zhiqiang-hhhh
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 49618 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 2d975be3b617f5c3aebb2606e1b9a46d2b4afd30, data reload: false

------ Round 1 ----------------------------------
q1	17885	4425	4322	4322
q2	2025	149	140	140
q3	10489	1893	1898	1893
q4	10303	1233	1321	1233
q5	8375	3962	3980	3962
q6	222	121	123	121
q7	2050	1569	1606	1569
q8	9536	2721	2717	2717
q9	13899	10542	10298	10298
q10	8612	3512	3490	3490
q11	406	232	237	232
q12	464	293	302	293
q13	18328	3972	4032	3972
q14	355	332	335	332
q15	515	450	456	450
q16	696	594	585	585
q17	1149	930	919	919
q18	7241	6742	6733	6733
q19	1690	1574	1572	1572
q20	548	312	295	295
q21	4465	4157	4098	4098
q22	500	392	393	392
Total cold run time: 119753 ms
Total hot run time: 49618 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4278	4298	4255	4255
q2	310	224	221	221
q3	4182	4146	4139	4139
q4	2730	2740	2751	2740
q5	7247	7188	7104	7104
q6	237	119	119	119
q7	3229	2867	2804	2804
q8	4305	4457	4549	4457
q9	17101	17017	16947	16947
q10	4211	4286	4273	4273
q11	749	675	676	675
q12	1029	846	816	816
q13	6523	3774	3713	3713
q14	436	427	413	413
q15	491	459	451	451
q16	751	704	725	704
q17	3860	3855	3902	3855
q18	8802	8700	8819	8700
q19	1731	1685	1654	1654
q20	2362	2137	2143	2137
q21	8440	8363	8386	8363
q22	1000	973	919	919
Total cold run time: 84004 ms
Total hot run time: 79459 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 200160 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit 2d975be3b617f5c3aebb2606e1b9a46d2b4afd30, data reload: false

query1	924	390	375	375
query2	6561	2380	2093	2093
query3	6924	198	203	198
query4	21324	17955	17916	17916
query5	19722	6486	6623	6486
query6	283	212	221	212
query7	4167	295	296	295
query8	245	231	235	231
query9	3149	2726	2648	2648
query10	428	297	316	297
query11	11342	10639	10688	10639
query12	120	80	69	69
query13	5601	663	648	648
query14	17887	13723	13106	13106
query15	384	234	225	225
query16	6523	277	254	254
query17	1766	1446	873	873
query18	2309	407	416	407
query19	210	145	145	145
query20	78	75	76	75
query21	185	95	93	93
query22	5273	4996	5061	4996
query23	32651	31699	31921	31699
query24	6924	6565	6562	6562
query25	512	431	408	408
query26	523	163	155	155
query27	1873	297	294	294
query28	6038	2255	2251	2251
query29	2912	2826	2773	2773
query30	240	161	159	159
query31	885	722	721	721
query32	68	62	57	57
query33	407	250	260	250
query34	838	473	483	473
query35	1099	856	934	856
query36	1508	1228	1240	1228
query37	90	63	60	60
query38	3037	2897	2878	2878
query39	1362	1324	1303	1303
query40	213	96	94	94
query41	35	33	32	32
query42	84	80	87	80
query43	675	623	544	544
query44	1114	718	723	718
query45	237	226	226	226
query46	1235	991	956	956
query47	1666	1855	1692	1692
query48	970	680	663	663
query49	618	363	368	363
query50	880	654	623	623
query51	4735	4669	4685	4669
query52	88	75	72	72
query53	450	311	316	311
query54	2624	2463	2462	2462
query55	99	70	79	70
query56	219	207	197	197
query57	1274	1139	1143	1139
query58	213	203	200	200
query59	3420	3451	3144	3144
query60	197	190	195	190
query61	85	82	86	82
query62	852	467	483	467
query63	469	332	337	332
query64	2511	1483	1437	1437
query65	3637	3524	3557	3524
query66	752	373	356	356
query67	15332	15029	14776	14776
query68	11068	675	678	675
query69	601	343	348	343
query70	2438	1336	1513	1336
query71	417	297	305	297
query72	6624	3452	3399	3399
query73	744	315	317	315
query74	6271	5871	5772	5772
query75	5484	3625	3719	3625
query76	6989	1164	1190	1164
query77	1170	245	259	245
query78	12528	12087	11552	11552
query79	11214	644	653	644
query80	749	400	398	398
query81	456	234	225	225
query82	644	98	93	93
query83	174	128	130	128
query84	251	68	68	68
query85	901	287	280	280
query86	334	334	285	285
query87	3235	2975	2969	2969
query88	5050	2333	2336	2333
query89	443	321	278	278
query90	2656	214	218	214
query91	154	115	123	115
query92	55	52	52	52
query93	6613	571	605	571
query94	1228	203	204	203
query95	1127	1083	1065	1065
query96	642	328	326	326
query97	6377	6438	6304	6304
query98	193	181	163	163
query99	3184	896	927	896
Total cold run time: 321070 ms
Total hot run time: 200160 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.83% (8062/21312)
Line Coverage: 29.53% (65964/223363)
Region Coverage: 28.98% (33925/117065)
Branch Coverage: 24.83% (17415/70144)
Coverage Report: http://coverage.selectdb-in.cc/coverage/2d975be3b617f5c3aebb2606e1b9a46d2b4afd30_2d975be3b617f5c3aebb2606e1b9a46d2b4afd30/report/index.html

@doris-robot
Copy link

ClickBench: Total hot run time: 30.86 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 2d975be3b617f5c3aebb2606e1b9a46d2b4afd30, data reload: false

query1	0.02	0.02	0.02
query2	0.06	0.03	0.02
query3	0.25	0.05	0.05
query4	1.81	0.06	0.06
query5	0.53	0.53	0.52
query6	1.26	0.62	0.61
query7	0.01	0.01	0.01
query8	0.03	0.02	0.02
query9	0.55	0.49	0.48
query10	0.55	0.53	0.54
query11	0.12	0.09	0.09
query12	0.11	0.09	0.09
query13	0.62	0.60	0.61
query14	0.78	0.78	0.78
query15	0.77	0.74	0.75
query16	0.36	0.37	0.38
query17	0.98	1.01	0.96
query18	0.25	0.22	0.27
query19	1.84	1.77	1.87
query20	0.02	0.01	0.02
query21	15.47	0.58	0.57
query22	2.43	2.01	1.64
query23	16.92	0.97	1.03
query24	5.69	1.47	1.18
query25	0.38	0.08	0.05
query26	0.70	0.15	0.16
query27	0.04	0.04	0.04
query28	6.87	0.76	0.81
query29	12.64	2.26	2.23
query30	0.63	0.54	0.60
query31	2.82	0.40	0.38
query32	3.39	0.50	0.49
query33	3.05	3.09	3.08
query34	15.24	4.77	4.77
query35	4.87	4.83	4.80
query36	1.05	1.02	1.01
query37	0.06	0.04	0.05
query38	0.03	0.02	0.02
query39	0.02	0.02	0.02
query40	0.16	0.14	0.14
query41	0.06	0.01	0.01
query42	0.02	0.01	0.02
query43	0.02	0.01	0.02
Total cold run time: 103.48 s
Total hot run time: 30.86 s

@doris-robot
Copy link

Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'

Load test result on commit 2d975be3b617f5c3aebb2606e1b9a46d2b4afd30 with default session variables
Stream load json:         20 seconds loaded 2358488459 Bytes, about 112 MB/s
Stream load orc:          59 seconds loaded 1101869774 Bytes, about 17 MB/s
Stream load parquet:      31 seconds loaded 861443392 Bytes, about 26 MB/s
Insert into select:       20.4 seconds inserted 10000000 Rows, about 490K ops/s

@zhiqiang-hhhh
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 49539 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit 8da229a0a5ab55d0e69b10c0a7f8648651fd6d62, data reload: false

------ Round 1 ----------------------------------
q1	17993	4369	4293	4293
q2	2044	157	143	143
q3	10506	1859	1936	1859
q4	10309	1232	1303	1232
q5	8451	3908	3923	3908
q6	229	120	123	120
q7	2018	1598	1599	1598
q8	9523	2690	2701	2690
q9	13134	10499	10284	10284
q10	8636	3525	3487	3487
q11	417	230	235	230
q12	474	298	307	298
q13	18366	3978	4035	3978
q14	355	330	326	326
q15	507	459	463	459
q16	695	604	578	578
q17	1108	934	913	913
q18	7298	6870	6848	6848
q19	1685	1503	1506	1503
q20	526	294	297	294
q21	4405	4128	4096	4096
q22	496	406	402	402
Total cold run time: 119175 ms
Total hot run time: 49539 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4318	4262	4262	4262
q2	318	220	218	218
q3	4142	4153	4163	4153
q4	2743	2748	2730	2730
q5	7279	7186	7202	7186
q6	233	117	117	117
q7	3252	2826	2840	2826
q8	4315	4448	4465	4448
q9	16990	16915	16880	16880
q10	4208	4223	4252	4223
q11	765	690	665	665
q12	1020	852	858	852
q13	6646	3738	3735	3735
q14	455	418	416	416
q15	497	449	461	449
q16	774	706	705	705
q17	3821	3775	3826	3775
q18	8715	8665	8758	8665
q19	1716	1690	1663	1663
q20	2364	2121	2152	2121
q21	8569	8373	8534	8373
q22	1052	955	959	955
Total cold run time: 84192 ms
Total hot run time: 79417 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.83% (8062/21312)
Line Coverage: 29.53% (65954/223363)
Region Coverage: 28.98% (33922/117065)
Branch Coverage: 24.82% (17413/70144)
Coverage Report: http://coverage.selectdb-in.cc/coverage/8da229a0a5ab55d0e69b10c0a7f8648651fd6d62_8da229a0a5ab55d0e69b10c0a7f8648651fd6d62/report/index.html

@doris-robot
Copy link

TPC-DS: Total hot run time: 201841 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit 8da229a0a5ab55d0e69b10c0a7f8648651fd6d62, data reload: false

query1	935	387	378	378
query2	6528	2416	2233	2233
query3	7118	203	199	199
query4	20399	18157	18314	18157
query5	20110	6546	6508	6508
query6	304	217	231	217
query7	4158	292	299	292
query8	270	235	238	235
query9	3208	2744	2674	2674
query10	412	280	295	280
query11	11471	11095	11519	11095
query12	136	88	81	81
query13	5678	674	674	674
query14	20744	13586	13587	13586
query15	365	229	239	229
query16	6965	285	254	254
query17	1742	1473	858	858
query18	2351	400	404	400
query19	200	147	149	147
query20	75	75	75	75
query21	182	95	90	90
query22	5021	4945	5052	4945
query23	32442	32045	31660	31660
query24	6802	6505	6497	6497
query25	515	416	415	415
query26	506	160	152	152
query27	1740	293	285	285
query28	6110	2267	2237	2237
query29	2920	2669	2764	2669
query30	244	157	160	157
query31	916	737	730	730
query32	67	57	60	57
query33	406	256	251	251
query34	840	471	473	471
query35	1134	967	854	854
query36	1260	1101	1243	1101
query37	87	62	59	59
query38	3114	2931	2910	2910
query39	1367	1314	1341	1314
query40	206	96	95	95
query41	43	35	31	31
query42	82	82	79	79
query43	645	649	553	553
query44	1142	723	716	716
query45	236	231	219	219
query46	1223	958	965	958
query47	1758	1629	1833	1629
query48	967	651	659	651
query49	616	365	355	355
query50	859	585	575	575
query51	4706	4662	4635	4635
query52	96	79	82	79
query53	448	308	328	308
query54	2651	2459	2430	2430
query55	86	80	77	77
query56	222	213	180	180
query57	1105	1146	1070	1070
query58	209	201	191	191
query59	3591	3214	3443	3214
query60	212	212	198	198
query61	85	84	89	84
query62	851	460	492	460
query63	466	328	324	324
query64	2329	1470	1405	1405
query65	3622	3567	3568	3567
query66	767	367	366	366
query67	15211	15605	17089	15605
query68	8333	681	655	655
query69	560	328	339	328
query70	1601	1417	1341	1341
query71	417	297	303	297
query72	6634	3446	3441	3441
query73	740	324	324	324
query74	6327	5836	5846	5836
query75	4605	3809	3592	3592
query76	4674	1159	1139	1139
query77	561	236	243	236
query78	12470	11586	12693	11586
query79	10746	629	636	629
query80	1261	394	382	382
query81	493	227	231	227
query82	1405	94	97	94
query83	167	135	131	131
query84	253	69	68	68
query85	981	282	271	271
query86	329	286	287	286
query87	3206	3025	2983	2983
query88	5034	2288	2303	2288
query89	471	284	278	278
query90	2069	204	201	201
query91	150	115	114	114
query92	59	51	52	51
query93	5686	597	559	559
query94	874	196	200	196
query95	1132	1044	1051	1044
query96	650	327	332	327
query97	6372	6357	6444	6357
query98	192	178	170	170
query99	2758	966	930	930
Total cold run time: 314486 ms
Total hot run time: 201841 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 30.36 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit 8da229a0a5ab55d0e69b10c0a7f8648651fd6d62, data reload: false

query1	0.03	0.03	0.02
query2	0.06	0.03	0.02
query3	0.24	0.05	0.06
query4	1.80	0.07	0.07
query5	0.54	0.52	0.52
query6	1.24	0.63	0.61
query7	0.02	0.01	0.00
query8	0.03	0.02	0.03
query9	0.53	0.48	0.49
query10	0.53	0.54	0.54
query11	0.12	0.08	0.09
query12	0.12	0.08	0.09
query13	0.61	0.63	0.61
query14	0.77	0.78	0.78
query15	0.77	0.76	0.75
query16	0.37	0.36	0.37
query17	0.99	1.02	1.00
query18	0.22	0.26	0.24
query19	1.95	1.87	1.77
query20	0.01	0.01	0.01
query21	15.45	0.55	0.57
query22	2.15	2.08	1.36
query23	17.04	1.13	1.14
query24	6.17	0.92	1.36
query25	0.35	0.09	0.05
query26	0.72	0.16	0.16
query27	0.04	0.04	0.04
query28	6.87	0.76	0.69
query29	12.69	2.12	2.18
query30	0.60	0.54	0.55
query31	2.81	0.39	0.38
query32	3.40	0.50	0.49
query33	3.06	3.09	3.09
query34	15.24	4.80	4.76
query35	4.86	4.86	4.84
query36	1.06	1.01	1.00
query37	0.06	0.05	0.04
query38	0.03	0.02	0.02
query39	0.02	0.01	0.01
query40	0.15	0.14	0.13
query41	0.07	0.01	0.01
query42	0.02	0.01	0.02
query43	0.03	0.01	0.02
Total cold run time: 103.84 s
Total hot run time: 30.36 s

@doris-robot
Copy link

Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'

Load test result on commit 8da229a0a5ab55d0e69b10c0a7f8648651fd6d62 with default session variables
Stream load json:         20 seconds loaded 2358488459 Bytes, about 112 MB/s
Stream load orc:          59 seconds loaded 1101869774 Bytes, about 17 MB/s
Stream load parquet:      32 seconds loaded 861443392 Bytes, about 25 MB/s
Insert into select:       20.1 seconds inserted 10000000 Rows, about 497K ops/s

@zhiqiang-hhhh
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

TPC-H: Total hot run time: 49738 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100 test result on commit d0bb021895ccb2991ddb19d4b9d90d89b579df0a, data reload: false

------ Round 1 ----------------------------------
q1	18091	4336	4279	4279
q2	2032	147	136	136
q3	10447	1881	1887	1881
q4	10322	1272	1331	1272
q5	8407	3916	3982	3916
q6	229	121	123	121
q7	2023	1576	1589	1576
q8	9233	2687	2703	2687
q9	10838	10562	10333	10333
q10	8635	3560	3493	3493
q11	424	240	242	240
q12	461	293	293	293
q13	18359	3992	4040	3992
q14	342	327	320	320
q15	501	459	448	448
q16	691	584	604	584
q17	1120	940	970	940
q18	7186	6979	6957	6957
q19	1683	1588	1531	1531
q20	514	327	299	299
q21	4462	4048	4103	4048
q22	494	400	392	392
Total cold run time: 116494 ms
Total hot run time: 49738 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4322	4267	4323	4267
q2	316	215	221	215
q3	4183	4131	4109	4109
q4	2732	2725	2731	2725
q5	7265	7166	7240	7166
q6	230	114	118	114
q7	3239	2865	2854	2854
q8	4356	4442	4469	4442
q9	17231	16917	16857	16857
q10	4196	4233	4228	4228
q11	749	678	683	678
q12	1023	847	869	847
q13	6873	3756	3761	3756
q14	464	415	427	415
q15	491	453	458	453
q16	751	698	713	698
q17	3848	3813	3943	3813
q18	8684	8805	8760	8760
q19	1674	1695	1636	1636
q20	2407	2164	2100	2100
q21	8563	8432	8470	8432
q22	1039	985	965	965
Total cold run time: 84636 ms
Total hot run time: 79530 ms

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.83% (8062/21312)
Line Coverage: 29.53% (65951/223363)
Region Coverage: 28.98% (33924/117065)
Branch Coverage: 24.83% (17416/70144)
Coverage Report: http://coverage.selectdb-in.cc/coverage/d0bb021895ccb2991ddb19d4b9d90d89b579df0a_d0bb021895ccb2991ddb19d4b9d90d89b579df0a/report/index.html

@doris-robot
Copy link

TPC-DS: Total hot run time: 201073 ms
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS sf100 test result on commit d0bb021895ccb2991ddb19d4b9d90d89b579df0a, data reload: false

query1	903	394	382	382
query2	6542	2276	1972	1972
query3	6918	202	191	191
query4	20356	18010	18132	18010
query5	19697	6508	6506	6506
query6	287	201	235	201
query7	4157	295	295	295
query8	260	237	250	237
query9	3150	2744	2678	2678
query10	420	276	303	276
query11	11675	10783	10933	10783
query12	124	76	75	75
query13	5570	651	636	636
query14	17518	13558	13094	13094
query15	362	227	241	227
query16	6464	267	254	254
query17	1749	1497	872	872
query18	2297	412	404	404
query19	197	146	148	146
query20	74	77	75	75
query21	188	91	93	91
query22	5331	5095	5176	5095
query23	32397	31693	32274	31693
query24	6918	6540	6451	6451
query25	512	440	416	416
query26	527	157	154	154
query27	1869	290	287	287
query28	6067	2250	2224	2224
query29	2988	2874	2714	2714
query30	245	163	160	160
query31	901	713	739	713
query32	66	59	57	57
query33	395	252	249	249
query34	863	469	486	469
query35	1116	915	902	902
query36	1479	1182	1386	1182
query37	85	59	55	55
query38	3065	2933	2898	2898
query39	1369	1309	1312	1309
query40	200	90	94	90
query41	34	33	31	31
query42	77	79	79	79
query43	651	599	561	561
query44	1131	720	722	720
query45	242	229	222	222
query46	1223	994	958	958
query47	1901	1801	1734	1734
query48	981	679	659	659
query49	626	354	368	354
query50	857	588	623	588
query51	4753	4659	4747	4659
query52	81	75	76	75
query53	442	319	308	308
query54	2625	2477	2473	2473
query55	80	77	79	77
query56	199	196	203	196
query57	1224	1159	1062	1062
query58	218	206	198	198
query59	3419	3353	3185	3185
query60	213	185	201	185
query61	84	85	88	85
query62	794	449	469	449
query63	468	331	335	331
query64	2368	1483	1302	1302
query65	3606	3523	3530	3523
query66	774	369	349	349
query67	15434	15709	15292	15292
query68	9249	670	682	670
query69	569	346	328	328
query70	1589	1447	1468	1447
query71	423	290	311	290
query72	6536	3441	3448	3441
query73	732	318	323	318
query74	6295	5879	5804	5804
query75	5420	3733	3772	3733
query76	5785	1134	1206	1134
query77	982	248	246	246
query78	12702	12316	11814	11814
query79	11162	662	655	655
query80	834	390	389	389
query81	494	235	225	225
query82	1320	93	96	93
query83	157	135	126	126
query84	263	69	68	68
query85	829	282	270	270
query86	330	294	347	294
query87	3256	3049	3029	3029
query88	4909	2315	2351	2315
query89	475	279	280	279
query90	1958	199	208	199
query91	148	126	125	125
query92	56	49	50	49
query93	6605	586	570	570
query94	702	200	201	200
query95	1099	1058	1040	1040
query96	645	317	332	317
query97	6524	6340	6380	6340
query98	184	171	170	170
query99	3061	917	942	917
Total cold run time: 315099 ms
Total hot run time: 201073 ms

@doris-robot
Copy link

ClickBench: Total hot run time: 30.99 s
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
ClickBench test result on commit d0bb021895ccb2991ddb19d4b9d90d89b579df0a, data reload: false

query1	0.02	0.03	0.02
query2	0.06	0.02	0.02
query3	0.24	0.04	0.04
query4	1.80	0.07	0.05
query5	0.55	0.52	0.51
query6	1.26	0.62	0.62
query7	0.01	0.01	0.01
query8	0.03	0.02	0.02
query9	0.53	0.48	0.48
query10	0.54	0.54	0.53
query11	0.12	0.08	0.08
query12	0.12	0.09	0.09
query13	0.62	0.62	0.62
query14	0.77	0.79	0.78
query15	0.77	0.75	0.75
query16	0.37	0.35	0.36
query17	0.97	1.00	1.01
query18	0.24	0.21	0.26
query19	1.87	1.86	1.87
query20	0.02	0.01	0.01
query21	15.48	0.57	0.56
query22	1.91	2.75	1.94
query23	17.23	0.98	0.91
query24	5.48	1.18	1.08
query25	0.36	0.11	0.05
query26	0.62	0.16	0.15
query27	0.05	0.04	0.05
query28	7.42	0.78	0.70
query29	12.73	2.33	2.25
query30	0.58	0.52	0.51
query31	2.80	0.39	0.38
query32	3.38	0.49	0.49
query33	3.08	3.10	3.04
query34	15.26	4.79	4.77
query35	4.88	4.84	4.87
query36	1.06	1.01	1.00
query37	0.06	0.04	0.05
query38	0.03	0.02	0.02
query39	0.02	0.01	0.02
query40	0.16	0.13	0.14
query41	0.06	0.01	0.01
query42	0.02	0.01	0.01
query43	0.02	0.01	0.02
Total cold run time: 103.6 s
Total hot run time: 30.99 s

@doris-robot
Copy link

Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'

Load test result on commit d0bb021895ccb2991ddb19d4b9d90d89b579df0a with default session variables
Stream load json:         20 seconds loaded 2358488459 Bytes, about 112 MB/s
Stream load orc:          59 seconds loaded 1101869774 Bytes, about 17 MB/s
Stream load parquet:      31 seconds loaded 861443392 Bytes, about 26 MB/s
Insert into select:       20.3 seconds inserted 10000000 Rows, about 492K ops/s

@zhiqiang-hhhh zhiqiang-hhhh deleted the pick_32746_to_upstream_branch-2.0 branch May 10, 2024 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/nereids area/planner Issues or PRs related to the query planner kind/test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants