Skip to content

Instantly share code, notes, and snippets.

@notz
Created September 10, 2025 20:53
Show Gist options
  • Select an option

  • Save notz/60e573c7de8700b22ad733aa286474c7 to your computer and use it in GitHub Desktop.

Select an option

Save notz/60e573c7de8700b22ad733aa286474c7 to your computer and use it in GitHub Desktop.
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