@@ -792,8 +792,8 @@ ORDER BY count() DESC
792
792
LIMIT 5
793
793
794
794
┌─country─┬─num_requests────┐
795
- │ IR │ 7 .36 million │
796
- │ US │ 1 .67 million │
795
+ │ IR │ 7 .36 million │
796
+ │ US │ 1 .67 million │
797
797
│ AE │ 526 .74 thousand │
798
798
│ DE │ 159 .35 thousand │
799
799
│ FR │ 109 .82 thousand │
@@ -1107,7 +1107,7 @@ FROM bytes_per_hour
1107
1107
FINAL
1108
1108
1109
1109
┌─count ()─┐
1110
- │ 113 │
1110
+ │ 113 │
1111
1111
└─────────┘
1112
1112
1113
1113
1 row in set . Elapsed: 0 .039 sec.
@@ -1179,9 +1179,8 @@ GROUP BY Hour
1179
1179
ORDER BY Hour DESC
1180
1180
1181
1181
┌────────────────Hour─┬─UniqueUsers─┐
1182
- │ 2019 - 01 - 26 16 :00 :00 │ 4763 │
1183
- …
1184
- │ 2019 - 01 - 22 00 :00 :00 │ 536 │
1182
+ │ 2019 - 01 - 26 16 :00 :00 │ 4763 │
1183
+ │ 2019 - 01 - 22 00 :00 :00 │ 536 │
1185
1184
└─────────────────────┴─────────────┘
1186
1185
1187
1186
113 rows in set . Elapsed: 0 .667 sec. Processed 10 .37 million rows, 4 .73 GB (15 .53 million rows/ s., 7 .09 GB/ s.)
@@ -1221,7 +1220,7 @@ SELECT count()
1221
1220
FROM unique_visitors_per_hour
1222
1221
FINAL
1223
1222
┌─count ()─┐
1224
- │ 113 │
1223
+ │ 113 │
1225
1224
└─────────┘
1226
1225
1227
1226
1 row in set . Elapsed: 0 .009 sec.
@@ -1236,9 +1235,8 @@ GROUP BY Hour
1236
1235
ORDER BY Hour DESC
1237
1236
1238
1237
┌────────────────Hour─┬─UniqueUsers─┐
1239
- │ 2019 - 01 - 26 16 :00 :00 │ 4763 │
1240
-
1241
- │ 2019 - 01 - 22 00 :00 :00 │ 536 │
1238
+ │ 2019 - 01 - 26 16 :00 :00 │ 4763 │
1239
+ │ 2019 - 01 - 22 00 :00 :00 │ 536 │
1242
1240
└─────────────────────┴─────────────┘
1243
1241
1244
1242
113 rows in set . Elapsed: 0 .027 sec.
@@ -1445,7 +1443,7 @@ FROM system.mutations
1445
1443
WHERE (` table` = ' otel_logs_v2' ) AND (command LIKE ' %MATERIALIZE%' )
1446
1444
1447
1445
┌─parts_to_do─┬─is_done─┬─latest_fail_reason─┐
1448
- │ 0 │ 1 │ │
1446
+ │ 0 │ 1 │ │
1449
1447
└─────────────┴─────────┴────────────────────┘
1450
1448
1451
1449
1 row in set . Elapsed: 0 .008 sec.
@@ -1558,7 +1556,7 @@ SELECT count()
1558
1556
FROM otel_logs_bloom
1559
1557
WHERE Referer LIKE ' %ultra%'
1560
1558
┌─count ()─┐
1561
- │ 182 │
1559
+ │ 182 │
1562
1560
└─────────┘
1563
1561
1564
1562
1 row in set . Elapsed: 0 .077 sec. Processed 4 .22 million rows, 375 .29 MB (54 .81 million rows/ s., 4 .87 GB/ s.)
@@ -1580,16 +1578,16 @@ FROM otel_logs_v2
1580
1578
WHERE Referer LIKE ' %ultra%'
1581
1579
1582
1580
┌─explain────────────────────────────────────────────────────────────┐
1583
- │ Expression ((Project names + Projection)) │
1584
- │ Aggregating │
1585
- │ Expression (Before GROUP BY ) │
1581
+ │ Expression ((Project names + Projection)) │
1582
+ │ Aggregating │
1583
+ │ Expression (Before GROUP BY ) │
1586
1584
│ Filter ((WHERE + Change column names to column identifiers)) │
1587
1585
│ ReadFromMergeTree (default .otel_logs_v2 ) │
1588
1586
│ Indexes: │
1589
- │ PrimaryKey │
1590
- │ Condition: true │
1591
- │ Parts: 9 / 9 │
1592
- │ Granules: 1278 / 1278 │
1587
+ │ PrimaryKey │
1588
+ │ Condition: true │
1589
+ │ Parts: 9 / 9 │
1590
+ │ Granules: 1278 / 1278 │
1593
1591
└────────────────────────────────────────────────────────────────────┘
1594
1592
1595
1593
10 rows in set . Elapsed: 0 .016 sec.
@@ -1601,21 +1599,21 @@ FROM otel_logs_bloom
1601
1599
WHERE Referer LIKE ' %ultra%'
1602
1600
1603
1601
┌─explain────────────────────────────────────────────────────────────┐
1604
- │ Expression ((Project names + Projection)) │
1605
- │ Aggregating │
1606
- │ Expression (Before GROUP BY ) │
1602
+ │ Expression ((Project names + Projection)) │
1603
+ │ Aggregating │
1604
+ │ Expression (Before GROUP BY ) │
1607
1605
│ Filter ((WHERE + Change column names to column identifiers)) │
1608
1606
│ ReadFromMergeTree (default .otel_logs_bloom ) │
1609
1607
│ Indexes: │
1610
- │ PrimaryKey │
1611
- │ Condition: true │
1612
- │ Parts: 8 / 8 │
1613
- │ Granules: 1276 / 1276 │
1614
- │ Skip │
1615
- │ Name: idx_span_attr_value │
1616
- │ Description: ngrambf_v1 GRANULARITY 1 │
1617
- │ Parts: 8 / 8 │
1618
- │ Granules: 517 / 1276 │
1608
+ │ PrimaryKey │
1609
+ │ Condition: true │
1610
+ │ Parts: 8 / 8 │
1611
+ │ Granules: 1276 / 1276 │
1612
+ │ Skip │
1613
+ │ Name: idx_span_attr_value │
1614
+ │ Description: ngrambf_v1 GRANULARITY 1 │
1615
+ │ Parts: 8 / 8 │
1616
+ │ Granules: 517 / 1276 │
1619
1617
└────────────────────────────────────────────────────────────────────┘
1620
1618
```
1621
1619
0 commit comments