Skip to content

Commit 14b1a1a

Browse files
committed
fix misaligned codeblocks
1 parent 95c35da commit 14b1a1a

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

docs/migrations/bigquery/migrating-to-clickhouse-cloud.md

+37-37
Original file line numberDiff line numberDiff line change
@@ -238,23 +238,23 @@ FROM system.parts
238238
WHERE `table` = 'posts'
239239

240240
┌─partition─┐
241-
2008
242-
2009
243-
2010
244-
2011
245-
2012
246-
2013
247-
2014
248-
2015
249-
2016
250-
2017
251-
2018
252-
2019
253-
2020
254-
2021
255-
2022
256-
2023
257-
2024
241+
2008
242+
2009
243+
2010
244+
2011
245+
2012
246+
2013
247+
2014
248+
2015
249+
2016
250+
2017
251+
2018
252+
2019
253+
2020
254+
2021
255+
2022
256+
2023
257+
2024
258258
└───────────┘
259259

260260
17 rows in set. Elapsed: 0.002 sec.
@@ -291,8 +291,8 @@ FROM comments
291291
WHERE UserId = 8592047
292292

293293
┌──────────avg(Score)─┐
294-
0.18181818181818182
295-
└────────────────────┘
294+
0.18181818181818182
295+
└────────────────────
296296

297297
1 row in set. Elapsed: 0.040 sec. Processed 90.38 million rows, 361.59 MB (2.25 billion rows/s., 9.01 GB/s.)
298298
Peak memory usage: 201.93 MiB.
@@ -341,7 +341,7 @@ FROM system.mutations
341341
WHERE (`table` = 'comments') AND (command LIKE '%MATERIALIZE%')
342342

343343
┌─parts_to_do─┬─is_done─┬─latest_fail_reason─┐
344-
1. │ 10
344+
1. │ 1 0 │ │
345345
└─────────────┴─────────┴────────────────────┘
346346

347347
1 row in set. Elapsed: 0.003 sec.
@@ -370,19 +370,19 @@ SELECT avg(Score)
370370
FROM comments
371371
WHERE UserId = 8592047
372372

373-
┌─explain─────────────────────────────────────────────┐
374-
1. │ Expression ((Projection + Before ORDER BY)) │
375-
2. │ Aggregating │
376-
3. │ Filter │
377-
4. │ ReadFromMergeTree (comments_user_id)
378-
5. │ Indexes:
379-
6. │ PrimaryKey
380-
7. │ Keys: │
381-
8. │ UserId │
373+
┌─explain─────────────────────────────────────────────┐
374+
1. │ Expression ((Projection + Before ORDER BY))
375+
2. │ Aggregating
376+
3. │ Filter
377+
4. │ ReadFromMergeTree (comments_user_id) │
378+
5. │ Indexes: │
379+
6. │ PrimaryKey │
380+
7. │ Keys:
381+
8. │ UserId
382382
9. │ Condition: (UserId in [8592047, 8592047]) │
383-
10. │ Parts: 2/2
384-
11. │ Granules: 2/11360
385-
└─────────────────────────────────────────────────────┘
383+
10. │ Parts: 2/2
384+
11. │ Granules: 2/11360
385+
└─────────────────────────────────────────────────────┘
386386

387387
11 rows in set. Elapsed: 0.004 sec.
388388
```
@@ -592,11 +592,11 @@ ORDER BY percent_change DESC
592592
LIMIT 5
593593

594594
┌─tag─────────┬─count_2023─┬─count_2022─┬──────percent_change─┐
595-
next.js137881052031.06463878326996
596-
│ spring-boot │ 1657317721-6.478189718413183
597-
│ .net │ 1145812968-11.644046884639112
598-
│ azure │ 1199614049-14.613139725247349
599-
│ docker │ 1388516877-17.72826924216389
595+
next.js 13788 1052031.06463878326996
596+
│ spring-boot │ 16573 17721-6.478189718413183
597+
│ .net 11458 12968-11.644046884639112
598+
│ azure 11996 14049-14.613139725247349
599+
│ docker 13885 16877-17.72826924216389
600600
└─────────────┴────────────┴────────────┴─────────────────────┘
601601

602602
5 rows in set. Elapsed: 0.096 sec. Processed 5.08 million rows, 155.73 MB (53.10 million rows/s., 1.63 GB/s.)

0 commit comments

Comments
 (0)