Skip to content

Commit a7e49e2

Browse files
authored
Merge pull request #670 from Basekick-Labs/main
New results for c6a.4xlarge
2 parents fb49f11 + 800f8d8 commit a7e49e2

File tree

2 files changed

+45
-50
lines changed

2 files changed

+45
-50
lines changed

arc/queries.sql

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ SELECT WatchID, ClientIP, COUNT(*) AS c, SUM(IsRefresh), AVG(ResolutionWidth) FR
3434
SELECT URL, COUNT(*) AS c FROM clickbench.hits GROUP BY URL ORDER BY c DESC LIMIT 10;
3535
SELECT 1, URL, COUNT(*) AS c FROM clickbench.hits GROUP BY 1, URL ORDER BY c DESC LIMIT 10;
3636
SELECT ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3, COUNT(*) AS c FROM clickbench.hits GROUP BY ClientIP, ClientIP - 1, ClientIP - 2, ClientIP - 3 ORDER BY c DESC LIMIT 10;
37-
SELECT URL, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND DontCountHits = 0 AND IsRefresh = 0 AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
38-
SELECT Title, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND DontCountHits = 0 AND IsRefresh = 0 AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
39-
SELECT URL, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND IsRefresh = 0 AND IsLink <> 0 AND IsDownload = 0 GROUP BY URL ORDER BY PageViews DESC LIMIT 10 OFFSET 1000;
40-
SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN (SearchEngineID = 0 AND AdvEngineID = 0) THEN Referer ELSE '' END AS Src, URL AS Dst, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND IsRefresh = 0 GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 10 OFFSET 1000;
41-
SELECT URLHash, EventDate, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND IsRefresh = 0 AND TraficSourceID IN (-1, 6) AND RefererHash = 3594120000172545465 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 10 OFFSET 100;
42-
SELECT WindowClientWidth, WindowClientHeight, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16262 AND EventDate <= 16292 AND IsRefresh = 0 AND DontCountHits = 0 AND URLHash = 2868770270353813622 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10 OFFSET 10000;
43-
SELECT DATE_TRUNC('minute', CAST(EventTime AS TIMESTAMP)) AS M, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 16275 AND EventDate <= 16276 AND IsRefresh = 0 AND DontCountHits = 0 GROUP BY DATE_TRUNC('minute', CAST(EventTime AS TIMESTAMP)) ORDER BY DATE_TRUNC('minute', CAST(EventTime AS TIMESTAMP)) LIMIT 10 OFFSET 1000;
37+
SELECT URL, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND DontCountHits = 0 AND IsRefresh = 0 AND URL <> '' GROUP BY URL ORDER BY PageViews DESC LIMIT 10;
38+
SELECT Title, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND DontCountHits = 0 AND IsRefresh = 0 AND Title <> '' GROUP BY Title ORDER BY PageViews DESC LIMIT 10;
39+
SELECT URL, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND IsRefresh = 0 AND IsLink <> 0 AND IsDownload = 0 GROUP BY URL ORDER BY PageViews DESC LIMIT 10 OFFSET 1000;
40+
SELECT TraficSourceID, SearchEngineID, AdvEngineID, CASE WHEN (SearchEngineID = 0 AND AdvEngineID = 0) THEN Referer ELSE '' END AS Src, URL AS Dst, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND IsRefresh = 0 GROUP BY TraficSourceID, SearchEngineID, AdvEngineID, Src, Dst ORDER BY PageViews DESC LIMIT 10 OFFSET 1000;
41+
SELECT URLHash, EventDate, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND IsRefresh = 0 AND TraficSourceID IN (-1, 6) AND RefererHash = 3594120000172545465 GROUP BY URLHash, EventDate ORDER BY PageViews DESC LIMIT 10 OFFSET 100;
42+
SELECT WindowClientWidth, WindowClientHeight, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15888 AND EventDate <= 15917 AND IsRefresh = 0 AND DontCountHits = 0 AND URLHash = 2868770270353813622 GROUP BY WindowClientWidth, WindowClientHeight ORDER BY PageViews DESC LIMIT 10 OFFSET 10000;
43+
SELECT DATE_TRUNC('minute', to_timestamp(EventTime)) AS M, COUNT(*) AS PageViews FROM clickbench.hits WHERE CounterID = 62 AND EventDate >= 15901 AND EventDate <= 15902 AND IsRefresh = 0 AND DontCountHits = 0 GROUP BY DATE_TRUNC('minute', to_timestamp(EventTime)) ORDER BY DATE_TRUNC('minute', to_timestamp(EventTime)) LIMIT 10 OFFSET 1000;

arc/results/c6a.4xlarge.json

Lines changed: 38 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -9,48 +9,43 @@
99
"load_time": 0,
1010
"data_size": 14779976446,
1111
"result": [
12-
[0.0857, 0.0308, 0.0449],
13-
[0.1138, 0.0512, 0.0514],
14-
[0.1504, 0.0742, 0.0833],
15-
[0.4016, 0.0741, 0.0731],
16-
[1.1685, 0.3059, 0.3234],
17-
[1.0132, 0.5362, 0.5463],
18-
[0.0923, 0.0566, 0.0581],
19-
[0.0756, 0.0580, 0.0610],
20-
[0.7428, 0.4209, 0.4420],
21-
[1.0847, 0.5540, 0.5612],
22-
[0.4434, 0.1392, 0.1419],
23-
[1.0278, 0.1686, 0.1618],
24-
[1.3760, 0.5414, 0.5576],
25-
[2.3596, 0.8507, 0.8434],
26-
[0.8947, 0.5872, 0.5917],
27-
[0.5071, 0.4104, 0.3861],
28-
[2.3260, 0.9845, 0.9920],
29-
[2.1281, 0.7711, 0.8034],
30-
[4.6051, 3.3114, 3.2856],
31-
[0.2077, 0.0908, 0.0727],
32-
[9.9075, 0.9226, 0.9126],
33-
[11.0710, 0.8443, 0.8338],
34-
[19.7410, 1.7099, 1.6943],
35-
[2.7366, 0.5120, 0.5278],
36-
[0.2874, 0.2008, 0.1993],
37-
[0.8600, 0.2872, 0.2892],
38-
[0.2463, 0.1444, 0.1382],
39-
[10.0198, 0.7816, 0.7694],
40-
[9.0534, 8.9093, 8.9271],
41-
[0.1707, 0.1090, 0.0943],
42-
[2.2007, 0.5953, 0.5707],
43-
[5.7933, 0.6729, 0.6758],
44-
[5.2080, 1.8908, 1.8885],
45-
[9.9995, 2.2567, 2.1757],
46-
[10.0464, 2.4118, 2.3843],
47-
[0.6506, 0.6080, 0.5555],
48-
[0.0510, 0.0373, 0.0369],
49-
[0.0497, 0.0378, 0.0375],
50-
[0.0573, 0.0410, 0.0387],
51-
[0.0593, 0.0396, 0.0384],
52-
[0.0573, 0.0382, 0.0381],
53-
[0.0605, 0.0381, 0.0394],
54-
[0.0591, 0.0376, 0.0457]
12+
[0.0803, 0.0309, 0.0327],
13+
[0.0980, 0.0518, 0.0513],
14+
[0.1286, 0.0734, 0.0725],
15+
[0.3988, 0.0746, 0.0724],
16+
[1.1780, 0.3483, 0.3262],
17+
[0.9749, 0.5819, 0.5993],
18+
[0.0736, 0.0555, 0.0559],
19+
[0.0775, 0.0786, 0.0529],
20+
[0.7441, 0.4409, 0.4670],
21+
[1.0928, 0.6033, 0.5971],
22+
[0.4442, 0.1615, 0.1546],
23+
[0.9792, 0.1729, 0.1755],
24+
[1.3236, 0.5985, 0.6344],
25+
[2.5246, 1.0626, 1.0480],
26+
[0.9348, 0.6948, 0.6862],
27+
[0.5342, 0.4345, 0.4538],
28+
[2.4952, 1.2556, 1.1792],
29+
[2.1433, 0.8897, 0.8334],
30+
[4.8175, 3.6237, 3.6689],
31+
[0.2080, 0.0811, 0.0837],
32+
[9.9303, 0.9737, 1.0372],
33+
[11.1194, 0.9395, 0.9442],
34+
[19.9295, 1.8748, 1.8422],
35+
[2.7437, 0.5562, 0.5454],
36+
[0.2643, 0.2050, 0.1989],
37+
[0.9141, 0.3099, 0.2927],
38+
[0.2159, 0.1485, 0.1483],
39+
[9.9941, 0.7954, 0.7957],
40+
[9.0541, 8.9309, 8.9505],
41+
[0.1531, 0.1062, 0.0920],
42+
[2.2105, 0.5886, 0.5856],
43+
[5.7966, 0.6903, 0.6753],
44+
[5.2132, 1.9608, 2.0030],
45+
[10.0378, 2.4109, 2.3316],
46+
[10.2949, 3.0765, 3.1317],
47+
[0.6355, 0.6038, 0.6199],
48+
[0.3317, 0.1664, 0.1564],
49+
[0.1582, 0.1471, 0.1272]
5550
]
5651
}

0 commit comments

Comments
 (0)