docs: update sysadmin/Databases/Clickhouse/Query-size-tables

main
Федоров Дмитрий 2024-03-13 10:13:44 +00:00 committed by Dmitriy Fedorov
parent 407671efbe
commit 63a0994182
1 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@
title: Запрос размера таблиц Clickhouse title: Запрос размера таблиц Clickhouse
description: description:
published: true published: true
date: 2024-03-13T10:11:53.025Z date: 2024-03-13T10:13:40.903Z
tags: clickhouse, query tags: clickhouse, query
editor: ckeditor editor: ckeditor
dateCreated: 2024-03-13T10:11:53.025Z dateCreated: 2024-03-13T10:11:53.025Z
@ -15,3 +15,4 @@ dateCreated: 2024-03-13T10:11:53.025Z
FROM system.parts FROM system.parts
WHERE active WHERE active
GROUP BY table</code></pre> GROUP BY table</code></pre>
<figure class="image"><img src="/sysadmin/query-db.png"></figure>