@@ -238,23 +238,23 @@ FROM system.parts
238238WHERE ` 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
26026017 rows in set . Elapsed: 0 .002 sec.
@@ -291,8 +291,8 @@ FROM comments
291291WHERE UserId = 8592047
292292
293293 ┌──────────avg (Score)─┐
294- │ 0 .18181818181818182 │
295- └────────────────────┘
294+ │ 0 .18181818181818182 │
295+ └───────────────────── ┘
296296
2972971 row in set . Elapsed: 0 .040 sec. Processed 90 .38 million rows, 361 .59 MB (2 .25 billion rows/ s., 9 .01 GB/ s.)
298298Peak memory usage: 201 .93 MiB.
@@ -341,7 +341,7 @@ FROM system.mutations
341341WHERE (` table` = ' comments' ) AND (command LIKE ' %MATERIALIZE%' )
342342
343343 ┌─parts_to_do─┬─is_done─┬─latest_fail_reason─┐
344- 1 . │ 1 │ 0 │ │
344+ 1 . │ 1 │ 0 │ │
345345 └─────────────┴─────────┴────────────────────┘
346346
3473471 row in set . Elapsed: 0 .003 sec.
@@ -370,19 +370,19 @@ SELECT avg(Score)
370370FROM comments
371371WHERE 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
38738711 rows in set . Elapsed: 0 .004 sec.
388388```
@@ -592,11 +592,11 @@ ORDER BY percent_change DESC
592592LIMIT 5
593593
594594┌─tag─────────┬─count_2023─┬─count_2022─┬──────percent_change─┐
595- │ next .js │ 13788 │ 10520 │ 31 .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 │
595+ │ next .js │ 13788 │ 10520 │ 31 .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
6026025 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