Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opt](info) processlist schema table support show all fe #38701

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

wangbo
Copy link
Contributor

@wangbo wangbo commented Aug 1, 2024

Proposed changes

query schema table processlist support show all fe

mysql [information_schema]>select * from processlist;
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+---------------------------+------------+---------------+
| CURRENT_CONNECTED | ID   | USER | HOST             | LOGIN_TIME          | CATALOG  | DB                 | COMMAND | TIME | STATE | QUERY_ID                          | INFO                      | FE         | CLOUD_CLUSTER |
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+---------------------------+------------+---------------+
| No                | 0    | root | ip1:15070 | 2024-08-01 16:38:40 | internal |                    | Sleep   |  349 | EOF   | 566a4d49ff244ad1-a70a065f3b3351ae | show frontends            | ip1 | NULL          |
| No                | 1    | root | ip1:19718 | 2024-08-01 16:44:58 | internal | information_schema | Query   |    0 | OK    | f19c4b24094441bd-a6b68c07938ed1f2 | select * from processlist | ip1 | NULL          |
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+---------------------------+------------+---------------+
2 rows in set (0.05 sec)

mysql [information_schema]>set show_all_fe_connection = true;
Query OK, 0 rows affected (0.00 sec)

mysql [information_schema]>select * from processlist;
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+----------------------------------+------------+---------------+
| CURRENT_CONNECTED | ID   | USER | HOST             | LOGIN_TIME          | CATALOG  | DB                 | COMMAND | TIME | STATE | QUERY_ID                          | INFO                             | FE         | CLOUD_CLUSTER |
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+----------------------------------+------------+---------------+
| No                | 0    | root | ip1:15070 | 2024-08-01 16:38:40 | internal |                    | Sleep   |  360 | EOF   | 566a4d49ff244ad1-a70a065f3b3351ae | show frontends                   | ip1 | NULL          |
| No                | 1    | root | ip1:19718 | 2024-08-01 16:44:58 | internal | information_schema | Query   |    0 | OK    | 82560d98af964c69-b9c61bc0b5cf564a | select * from processlist        | ip1 | NULL          |
| No                | 0    | root | ip2:54660 | 2024-08-01 16:45:18 | internal |                    | Sleep   |   68 | EOF   | a555a28a1b094f69-ad25198d5b54f166 | select @@version_comment limit 1 | ip2 | NULL          |
+-------------------+------+------+------------------+---------------------+----------+--------------------+---------+------+-------+-----------------------------------+----------------------------------+------------+---------------+
3 rows in set (0.02 sec)

@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.

Copy link
Contributor

github-actions bot commented Aug 1, 2024

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

github-actions bot commented Aug 1, 2024

clang-tidy review says "All clean, LGTM! 👍"

@morrySnow morrySnow changed the title [Improment]processlist schema table support show all fe [opt](info) processlist schema table support show all fe Aug 1, 2024
Copy link
Contributor

github-actions bot commented Aug 1, 2024

clang-tidy review says "All clean, LGTM! 👍"

@@ -56,9 +56,20 @@ Status SchemaProcessListScanner::start(RuntimeState* state) {
TShowProcessListRequest request;
request.__set_show_full_sql(true);

TShowProcessListResult ret1;
RETURN_IF_ERROR(SchemaHelper::show_process_list(*(_param->common_param->ip),
Copy link
Contributor

Choose a reason for hiding this comment

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

这里没用了吧。
原来单独设置的fe ip是不是都在fe ip list 里了啊?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

主要是灰度升级有用,都放list里,灰度升级就查不到数据了

private void setOtherFeIp(TPlanNode msg) {
if ("processlist".equals(tableName) && ConnectContext.get().getSessionVariable().showAllFeConnection) {
List<String> feIpList = new ArrayList<>();
List<Pair<String, Integer>> ret = FrontendsProcNode.getFrontendWithRpcPort(Env.getCurrentEnv(), false);
Copy link
Contributor

Choose a reason for hiding this comment

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

这里直接把所有的fe ip 都放进去吧
BE 的逻辑改成,只要有这个,就忽略原来单独设置的fe ip和port

Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

@wangbo
Copy link
Contributor Author

wangbo commented Aug 2, 2024

run buildall

&_process_list_result));
for (const auto& fe_ip : _param->common_param->fe_ip_list) {
TShowProcessListResult tmp_ret;
RETURN_IF_ERROR(SchemaHelper::show_process_list(fe_ip, _param->common_param->port, request,
Copy link
Contributor

Choose a reason for hiding this comment

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

不是所有的fe的port 都一样的

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	18463	4269	4178	4178
q2	2505	206	202	202
q3	10804	1352	1358	1352
q4	10692	827	978	827
q5	8668	2956	3028	2956
q6	219	134	135	134
q7	1069	623	620	620
q8	9441	1975	1957	1957
q9	8448	6619	6644	6619
q10	8773	3846	3872	3846
q11	422	252	257	252
q12	420	224	220	220
q13	17773	2951	2947	2947
q14	278	240	248	240
q15	527	483	483	483
q16	495	401	392	392
q17	973	960	922	922
q18	8235	7325	7325	7325
q19	1385	1224	1218	1218
q20	558	334	351	334
q21	5367	4713	4913	4713
q22	347	281	276	276
Total cold run time: 115862 ms
Total hot run time: 42013 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4091	4024	4029	4024
q2	324	220	216	216
q3	2999	3023	3007	3007
q4	1904	1883	1883	1883
q5	5291	5278	5260	5260
q6	214	129	129	129
q7	2065	1705	1683	1683
q8	3185	3278	3243	3243
q9	8264	8234	8234	8234
q10	3798	3846	3838	3838
q11	554	458	456	456
q12	712	581	577	577
q13	12025	2952	2934	2934
q14	296	272	250	250
q15	520	474	477	474
q16	461	402	396	396
q17	1741	1732	1693	1693
q18	7731	7375	7279	7279
q19	1685	1673	1675	1673
q20	1990	1801	1747	1747
q21	5489	5201	5190	5190
q22	516	463	460	460
Total cold run time: 65855 ms
Total hot run time: 54646 ms

Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

TPC-DS: Total hot run time: 169806 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 f84c15837e9d7017c76c651e0f81f8dad3f1d459, data reload: false

query1	920	390	368	368
query2	6523	1671	1647	1647
query3	6665	216	226	216
query4	20114	17843	17551	17551
query5	4309	528	547	528
query6	297	173	165	165
query7	4618	295	302	295
query8	247	202	194	194
query9	8521	2360	2360	2360
query10	445	285	267	267
query11	10592	10045	10074	10045
query12	141	96	90	90
query13	1619	386	390	386
query14	9939	7649	7077	7077
query15	207	160	163	160
query16	7060	457	440	440
query17	940	579	561	561
query18	1928	315	296	296
query19	191	177	150	150
query20	91	88	84	84
query21	215	104	104	104
query22	4102	3889	4087	3889
query23	33805	33078	33392	33078
query24	10349	3068	3034	3034
query25	688	411	389	389
query26	1725	152	150	150
query27	2910	283	286	283
query28	6854	1972	1963	1963
query29	1258	415	427	415
query30	288	150	147	147
query31	917	752	740	740
query32	100	55	56	55
query33	709	309	331	309
query34	908	472	494	472
query35	855	731	706	706
query36	1036	847	876	847
query37	297	77	78	77
query38	2829	2769	2782	2769
query39	869	816	822	816
query40	287	114	111	111
query41	50	46	44	44
query42	127	102	99	99
query43	458	416	416	416
query44	1211	744	748	744
query45	210	179	176	176
query46	1094	811	782	782
query47	1788	1699	1728	1699
query48	365	297	297	297
query49	1201	436	443	436
query50	903	439	439	439
query51	6716	6593	6686	6593
query52	101	89	92	89
query53	254	183	183	183
query54	652	461	463	461
query55	79	78	83	78
query56	292	298	264	264
query57	1125	1037	1046	1037
query58	271	273	274	273
query59	2559	2362	2371	2362
query60	304	286	284	284
query61	95	107	94	94
query62	933	650	653	650
query63	224	190	182	182
query64	5910	1961	1883	1883
query65	3132	3088	3112	3088
query66	1448	339	325	325
query67	15401	14844	14784	14784
query68	4321	569	585	569
query69	445	305	299	299
query70	1127	1083	1076	1076
query71	419	293	286	286
query72	7114	2826	2650	2650
query73	791	346	337	337
query74	6036	5696	5686	5686
query75	3341	2777	2772	2772
query76	2297	1243	1296	1243
query77	469	323	352	323
query78	9395	8890	8990	8890
query79	2373	542	546	542
query80	1111	544	540	540
query81	583	236	234	234
query82	727	139	139	139
query83	251	176	178	176
query84	279	88	89	88
query85	1944	376	366	366
query86	495	279	300	279
query87	3286	3122	3100	3100
query88	3953	2536	2578	2536
query89	409	304	294	294
query90	1877	210	197	197
query91	139	119	113	113
query92	69	53	53	53
query93	2406	633	626	626
query94	927	321	304	304
query95	403	280	280	280
query96	615	290	285	285
query97	3232	3030	3066	3030
query98	226	207	202	202
query99	1658	1295	1315	1295
Total cold run time: 265989 ms
Total hot run time: 169806 ms

Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

@doris-robot
Copy link

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

query1	0.04	0.04	0.04
query2	0.08	0.04	0.04
query3	0.22	0.05	0.05
query4	1.67	0.06	0.07
query5	0.48	0.52	0.48
query6	1.13	0.72	0.71
query7	0.03	0.02	0.01
query8	0.05	0.04	0.04
query9	0.56	0.52	0.51
query10	0.58	0.57	0.58
query11	0.15	0.12	0.12
query12	0.14	0.12	0.12
query13	0.60	0.60	0.60
query14	0.78	0.79	0.78
query15	0.88	0.90	0.86
query16	0.36	0.37	0.36
query17	1.00	1.01	0.98
query18	0.22	0.21	0.22
query19	1.82	1.72	1.76
query20	0.01	0.00	0.01
query21	15.47	0.79	0.66
query22	4.02	8.38	1.14
query23	17.88	1.43	1.42
query24	2.29	0.22	0.22
query25	0.19	0.08	0.08
query26	0.32	0.22	0.21
query27	0.46	0.23	0.22
query28	13.17	1.00	0.97
query29	12.51	3.33	3.32
query30	0.26	0.06	0.06
query31	2.84	0.40	0.40
query32	3.25	0.48	0.48
query33	2.94	2.94	2.99
query34	15.46	4.27	4.22
query35	4.30	4.29	4.30
query36	0.69	0.48	0.48
query37	0.20	0.17	0.17
query38	0.16	0.15	0.16
query39	0.05	0.03	0.04
query40	0.16	0.13	0.14
query41	0.10	0.04	0.04
query42	0.06	0.05	0.04
query43	0.05	0.04	0.04
Total cold run time: 107.63 s
Total hot run time: 29.97 s

Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

@wangbo wangbo force-pushed the 0731_processlist_all branch 2 times, most recently from 0b34db0 to 058d945 Compare August 2, 2024 09:49
Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

1 similar comment
Copy link
Contributor

github-actions bot commented Aug 2, 2024

clang-tidy review says "All clean, LGTM! 👍"

yiguolei
yiguolei previously approved these changes Aug 3, 2024
@yiguolei
Copy link
Contributor

yiguolei commented Aug 3, 2024

run buildall

@doris-robot
Copy link

TPC-DS: Total hot run time: 169826 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 ffe52166383c0df2645e33d88a8c3a1918e048d5, data reload: false

query1	910	375	364	364
query2	6477	1691	1660	1660
query3	6648	210	229	210
query4	20420	17738	17317	17317
query5	3613	506	525	506
query6	281	184	160	160
query7	4590	306	299	299
query8	256	201	203	201
query9	8521	2318	2305	2305
query10	426	291	280	280
query11	10684	10093	10128	10093
query12	118	87	88	87
query13	1629	386	382	382
query14	9222	7589	7430	7430
query15	210	161	162	161
query16	6974	409	440	409
query17	931	546	546	546
query18	1915	283	278	278
query19	190	141	139	139
query20	88	85	84	84
query21	223	98	95	95
query22	4301	4055	3948	3948
query23	33732	33638	33707	33638
query24	8647	3099	3070	3070
query25	653	434	402	402
query26	729	155	156	155
query27	2392	293	286	286
query28	5320	1996	1964	1964
query29	913	428	433	428
query30	242	152	167	152
query31	960	786	768	768
query32	105	52	61	52
query33	595	326	330	326
query34	958	496	510	496
query35	872	781	763	763
query36	1077	907	873	873
query37	148	92	84	84
query38	2937	2789	2798	2789
query39	903	798	798	798
query40	200	116	114	114
query41	47	49	79	49
query42	118	111	101	101
query43	454	419	421	419
query44	1137	722	727	722
query45	225	179	174	174
query46	1077	828	766	766
query47	1832	1717	1696	1696
query48	377	293	295	293
query49	841	412	434	412
query50	892	432	430	430
query51	6828	6597	6629	6597
query52	95	95	89	89
query53	245	178	175	175
query54	617	453	448	448
query55	78	75	72	72
query56	291	250	248	248
query57	1119	1043	1045	1043
query58	258	267	292	267
query59	2716	2486	2333	2333
query60	298	274	265	265
query61	95	97	91	91
query62	886	664	651	651
query63	248	175	177	175
query64	3987	1912	1895	1895
query65	3176	3081	3115	3081
query66	825	325	322	322
query67	15254	14780	15024	14780
query68	4341	569	568	568
query69	451	297	303	297
query70	1099	1027	1065	1027
query71	374	274	272	272
query72	7078	2674	2493	2493
query73	763	332	326	326
query74	6122	5688	5669	5669
query75	3375	2692	2695	2692
query76	2109	1221	1287	1221
query77	471	307	300	300
query78	9407	8965	8854	8854
query79	1230	545	521	521
query80	1675	524	515	515
query81	568	227	226	226
query82	1127	130	130	130
query83	280	171	171	171
query84	275	79	78	78
query85	1092	301	286	286
query86	392	312	273	273
query87	3289	3119	3144	3119
query88	2989	2488	2477	2477
query89	387	297	290	290
query90	1706	198	189	189
query91	123	102	98	98
query92	58	49	49	49
query93	1293	622	616	616
query94	765	293	281	281
query95	382	272	336	272
query96	599	288	286	286
query97	3270	3069	3042	3042
query98	218	205	199	199
query99	1717	1287	1283	1283
Total cold run time: 253051 ms
Total hot run time: 169826 ms

@doris-robot
Copy link

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

query1	0.04	0.04	0.04
query2	0.07	0.04	0.04
query3	0.22	0.06	0.05
query4	1.67	0.08	0.07
query5	0.49	0.50	0.49
query6	1.14	0.72	0.71
query7	0.02	0.02	0.01
query8	0.05	0.04	0.04
query9	0.58	0.52	0.52
query10	0.59	0.56	0.56
query11	0.16	0.12	0.12
query12	0.15	0.12	0.12
query13	0.62	0.59	0.60
query14	0.77	0.78	0.77
query15	0.89	0.86	0.87
query16	0.34	0.35	0.35
query17	1.01	0.99	1.01
query18	0.22	0.21	0.20
query19	1.86	1.75	1.70
query20	0.01	0.01	0.01
query21	15.40	0.79	0.67
query22	4.15	7.70	1.21
query23	17.82	1.28	1.28
query24	2.26	0.23	0.22
query25	0.18	0.08	0.07
query26	0.31	0.21	0.21
query27	0.46	0.23	0.23
query28	13.16	0.99	0.96
query29	12.54	3.26	3.25
query30	0.25	0.06	0.05
query31	2.88	0.40	0.40
query32	3.25	0.50	0.48
query33	2.97	2.93	2.94
query34	15.44	4.28	4.28
query35	4.29	4.32	4.27
query36	0.68	0.48	0.49
query37	0.20	0.17	0.16
query38	0.16	0.15	0.15
query39	0.04	0.03	0.04
query40	0.15	0.13	0.14
query41	0.10	0.04	0.05
query42	0.06	0.05	0.05
query43	0.05	0.04	0.04
Total cold run time: 107.7 s
Total hot run time: 29.83 s

Copy link
Contributor

github-actions bot commented Aug 5, 2024

clang-tidy review says "All clean, LGTM! 👍"

@wangbo
Copy link
Contributor Author

wangbo commented Aug 5, 2024

run buildall

Copy link
Contributor

@yiguolei yiguolei left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

github-actions bot commented Aug 5, 2024

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Aug 5, 2024
Copy link
Contributor

github-actions bot commented Aug 5, 2024

PR approved by anyone and no changes requested.

Copy link
Contributor

@xinyiZzz xinyiZzz left a comment

Choose a reason for hiding this comment

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

LGTM

@doris-robot
Copy link

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

------ Round 1 ----------------------------------
q1	17694	4178	4129	4129
q2	2026	200	202	200
q3	10565	1321	1319	1319
q4	10247	804	937	804
q5	7651	3006	2992	2992
q6	221	135	135	135
q7	1042	622	627	622
q8	9443	1945	1986	1945
q9	8481	6612	6587	6587
q10	8771	3869	3887	3869
q11	435	253	243	243
q12	420	231	232	231
q13	17780	2971	2933	2933
q14	276	241	236	236
q15	523	492	498	492
q16	525	388	385	385
q17	997	944	946	944
q18	8166	7404	7198	7198
q19	1402	1245	1227	1227
q20	561	338	353	338
q21	5284	4826	4757	4757
q22	354	281	286	281
Total cold run time: 112864 ms
Total hot run time: 41867 ms

----- Round 2, with runtime_filter_mode=off -----
q1	4107	4051	4042	4042
q2	329	219	226	219
q3	3016	3024	3162	3024
q4	2014	2021	1964	1964
q5	5716	5504	5442	5442
q6	221	129	131	129
q7	2146	1824	1831	1824
q8	3347	3407	3385	3385
q9	8713	8617	8743	8617
q10	4007	4085	3995	3995
q11	560	479	472	472
q12	806	591	615	591
q13	16281	3148	3121	3121
q14	308	285	273	273
q15	523	479	490	479
q16	454	426	429	426
q17	1786	1745	1745	1745
q18	8277	7724	7692	7692
q19	1948	1747	1782	1747
q20	2057	1856	1848	1848
q21	5712	5424	5280	5280
q22	538	447	467	447
Total cold run time: 72866 ms
Total hot run time: 56762 ms

@doris-robot
Copy link

TPC-DS: Total hot run time: 170061 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 47f875d03cd0b33756bbba5c1f8016427511bc49, data reload: false

query1	911	384	392	384
query2	6478	1695	1660	1660
query3	6658	210	227	210
query4	18948	17260	17376	17260
query5	3642	504	511	504
query6	283	179	182	179
query7	4624	296	286	286
query8	261	186	192	186
query9	8485	2395	2374	2374
query10	423	276	270	270
query11	10494	10207	10116	10116
query12	118	87	87	87
query13	1618	368	365	365
query14	9895	7511	7493	7493
query15	219	162	167	162
query16	6935	444	438	438
query17	928	541	550	541
query18	1910	279	276	276
query19	196	142	139	139
query20	91	86	86	86
query21	202	102	94	94
query22	4209	4127	3941	3941
query23	33949	33489	33539	33489
query24	9301	3085	3088	3085
query25	663	408	408	408
query26	1430	153	157	153
query27	2903	276	286	276
query28	7493	2048	2020	2020
query29	1034	427	429	427
query30	240	159	156	156
query31	971	794	777	777
query32	104	57	55	55
query33	677	347	328	328
query34	927	499	514	499
query35	880	768	760	760
query36	1043	939	866	866
query37	179	86	81	81
query38	2960	2855	2814	2814
query39	877	813	820	813
query40	292	113	109	109
query41	45	44	48	44
query42	128	104	100	100
query43	450	439	414	414
query44	1164	740	731	731
query45	201	177	178	177
query46	1073	798	796	796
query47	1826	1695	1715	1695
query48	357	295	288	288
query49	941	428	434	428
query50	899	441	445	441
query51	6838	6684	6717	6684
query52	102	88	98	88
query53	264	183	188	183
query54	615	461	459	459
query55	80	74	74	74
query56	293	257	270	257
query57	1135	1032	1067	1032
query58	266	304	262	262
query59	2495	2284	2312	2284
query60	282	266	265	265
query61	100	97	93	93
query62	877	661	661	661
query63	207	180	175	175
query64	4855	1911	1882	1882
query65	3145	3111	3101	3101
query66	964	325	332	325
query67	15316	14820	14950	14820
query68	4304	564	584	564
query69	427	303	289	289
query70	1079	1039	1058	1039
query71	368	293	268	268
query72	7092	2704	2583	2583
query73	752	335	331	331
query74	6012	5613	5639	5613
query75	3373	2695	2773	2695
query76	2204	1211	1250	1211
query77	465	312	304	304
query78	9485	8857	8864	8857
query79	2658	552	546	546
query80	1118	511	504	504
query81	567	232	231	231
query82	1021	131	128	128
query83	233	172	171	171
query84	268	83	82	82
query85	1315	308	301	301
query86	454	290	298	290
query87	3258	3103	3156	3103
query88	3792	2394	2418	2394
query89	377	289	298	289
query90	1693	188	189	188
query91	135	110	111	110
query92	66	51	52	51
query93	1950	644	624	624
query94	830	299	311	299
query95	462	266	268	266
query96	618	281	280	280
query97	3245	3062	3097	3062
query98	228	194	195	194
query99	1624	1312	1268	1268
Total cold run time: 259842 ms
Total hot run time: 170061 ms

@doris-robot
Copy link

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

query1	0.05	0.04	0.04
query2	0.07	0.04	0.04
query3	0.22	0.05	0.05
query4	1.68	0.07	0.07
query5	0.48	0.49	0.48
query6	1.12	0.72	0.71
query7	0.02	0.02	0.01
query8	0.05	0.04	0.05
query9	0.57	0.51	0.54
query10	0.57	0.55	0.59
query11	0.16	0.11	0.12
query12	0.14	0.12	0.12
query13	0.62	0.60	0.60
query14	0.76	0.79	0.79
query15	0.90	0.87	0.86
query16	0.35	0.35	0.36
query17	1.04	1.01	0.99
query18	0.22	0.22	0.22
query19	1.82	1.70	1.70
query20	0.01	0.00	0.01
query21	15.41	0.78	0.67
query22	3.89	5.30	1.89
query23	18.00	1.56	1.37
query24	2.22	0.23	0.21
query25	0.18	0.08	0.09
query26	0.30	0.22	0.22
query27	0.46	0.23	0.23
query28	13.17	1.00	0.98
query29	12.52	3.29	3.26
query30	0.26	0.06	0.05
query31	2.88	0.41	0.40
query32	3.22	0.49	0.49
query33	2.97	2.96	2.90
query34	15.45	4.26	4.26
query35	4.28	4.31	4.31
query36	0.67	0.49	0.48
query37	0.20	0.17	0.17
query38	0.17	0.15	0.14
query39	0.04	0.03	0.03
query40	0.15	0.14	0.14
query41	0.10	0.05	0.04
query42	0.05	0.05	0.05
query43	0.05	0.04	0.04
Total cold run time: 107.49 s
Total hot run time: 30.65 s

@wangbo wangbo merged commit 10aa164 into apache:master Aug 5, 2024
29 of 31 checks passed
dataroaring pushed a commit that referenced this pull request Aug 6, 2024
## Proposed changes
query schema table processlist support show all fe
wangbo added a commit to wangbo/incubator-doris that referenced this pull request Aug 6, 2024
query schema table processlist support show all fe
wangbo added a commit to wangbo/incubator-doris that referenced this pull request Aug 6, 2024
query schema table processlist support show all fe
wangbo added a commit to wangbo/incubator-doris that referenced this pull request Aug 6, 2024
query schema table processlist support show all fe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/2.1.6-merged dev/3.0.1-merged reviewed usercase Important user case type label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants