Skip to content

Commit 1aa69ca

Browse files
authored
Fix code blocks
1 parent 14476cd commit 1aa69ca

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

docs/materialized-view/incremental-materialized-view.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ ORDER BY day ASC
5757
LIMIT 10
5858

5959
┌─────────────────day─┬─UpVotes─┬─DownVotes─┐
60-
2008-07-31 00:00:00 60
61-
2008-08-01 00:00:00 18250
62-
2008-08-02 00:00:00 436107
63-
2008-08-03 00:00:00 564100
64-
2008-08-04 00:00:001306259
65-
2008-08-05 00:00:001368269
66-
2008-08-06 00:00:001701211
67-
2008-08-07 00:00:001544211
68-
2008-08-08 00:00:001241212
69-
2008-08-09 00:00:00 57646
60+
2008-07-31 00:00:00 6 0
61+
2008-08-01 00:00:00 182 50
62+
2008-08-02 00:00:00 436107
63+
2008-08-03 00:00:00 564100
64+
2008-08-04 00:00:00 1306259
65+
2008-08-05 00:00:00 1368269
66+
2008-08-06 00:00:00 1701211
67+
2008-08-07 00:00:00 1544211
68+
2008-08-08 00:00:00 1241212
69+
2008-08-09 00:00:00 576 46
7070
└─────────────────────┴─────────┴───────────┘
7171

7272
10 rows in set. Elapsed: 0.133 sec. Processed 238.98 million rows, 2.15 GB (1.79 billion rows/s., 16.14 GB/s.)
@@ -121,7 +121,7 @@ FROM up_down_votes_per_day
121121
FINAL
122122

123123
┌─count()─┐
124-
5723
124+
5723
125125
└─────────┘
126126
```
127127

@@ -151,16 +151,16 @@ GROUP BY Day
151151
ORDER BY Day ASC
152152
LIMIT 10
153153
┌────────Day─┬─UpVotes─┬─DownVotes─┐
154-
2008-07-31 60
155-
2008-08-0118250
156-
2008-08-02436 107
157-
2008-08-03564 100
158-
2008-08-041306 259
159-
2008-08-051368 269
160-
2008-08-061701 211
161-
2008-08-071544 211
162-
2008-08-081241 212
163-
2008-08-0957646
154+
2008-07-31 6 0
155+
2008-08-01 18250
156+
2008-08-02 436 107
157+
2008-08-03 564 100
158+
2008-08-04 1306 259
159+
2008-08-05 1368 269
160+
2008-08-06 1701 211
161+
2008-08-07 1544 211
162+
2008-08-08 1241 212
163+
2008-08-09 57646
164164
└────────────┴─────────┴───────────┘
165165

166166
10 rows in set. Elapsed: 0.010 sec. Processed 8.97 thousand rows, 89.68 KB (907.32 thousand rows/s., 9.07 MB/s.)
@@ -189,18 +189,18 @@ GROUP BY Day
189189
ORDER BY Day DESC
190190
LIMIT 10
191191

192-
┌─────────────────Day─┬────────Score_99th─┬────AvgCommentCount─┐
192+
┌─────────────────Day─┬────────Score_99th─┬────AvgCommentCount─┐
193193
1. │ 2024-03-31 00:00:005.237000000000081.3429811866859624
194-
2. │ 2024-03-30 00:00:00 51.3097158891616976
194+
2. │ 2024-03-30 00:00:00 51.3097158891616976
195195
3. │ 2024-03-29 00:00:005.788999999999761.2827635327635327
196-
4. │ 2024-03-28 00:00:00 71.277746158224246
196+
4. │ 2024-03-28 00:00:00 71.277746158224246
197197
5. │ 2024-03-27 00:00:005.7389999999995781.2113264918282023
198-
6. │ 2024-03-26 00:00:00 61.3097536945812809
199-
7. │ 2024-03-25 00:00:00 61.2836721018539201
198+
6. │ 2024-03-26 00:00:00 61.3097536945812809
199+
7. │ 2024-03-25 00:00:00 61.2836721018539201
200200
8. │ 2024-03-24 00:00:005.2789999999999961.2931667891256429
201201
9. │ 2024-03-23 00:00:006.2530000000001561.334061135371179
202202
10. │ 2024-03-22 00:00:009.3109999999996941.2388059701492538
203-
└─────────────────────┴───────────────────┴────────────────────┘
203+
└─────────────────────┴───────────────────┴────────────────────┘
204204

205205
10 rows in set. Elapsed: 0.113 sec. Processed 59.82 million rows, 777.65 MB (528.48 million rows/s., 6.87 GB/s.)
206206
Peak memory usage: 658.84 MiB.

0 commit comments

Comments
 (0)