Skip to content

Consolidate old analytics #773

Discussion options

You must be logged in to vote

Let's see what's actually taking up the space. Please connect to your Clickhouse DB and paste the output of the following query:

SELECT table,
    formatReadableSize(sum(bytes)) as size,
    FROM system.parts
    WHERE active
GROUP BY table

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@ukutaht
Comment options

@ItalyPaleAle
Comment options

@ukutaht
Comment options

@ItalyPaleAle
Comment options

@bhavin192
Comment options

Answer selected by metmarkosaric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants