Created
September 10, 2025 20:53
-
-
Save notz/60e573c7de8700b22ad733aa286474c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT database, table, formatReadableSize(sum(bytes)) AS size FROM system.parts GROUP BY database, table ORDER BY sum(bytes) DESC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment