Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The size of the scanned backup table is incorrect and has not been calculated into the store space #1071

Closed
kobe-source opened this issue Jan 8, 2025 · 1 comment

Comments

@kobe-source
Copy link

clickhouse-backup tables

default.rem_door_data                                   2.84MiB    default  full

But the actual space is not limited to that

SELECT metadata_path,coalesce(total_bytes, 0) AS total_bytes, engine FROM system.tables WHERE database = 'default' AND name = 'rem_door_data';

metadata_path: "/var/lib/clickhouse/store/493/4936c261-9ed2-426a-9ece-f87861552f77/rem_door_data.sql"
total_bytes: 138485593
engine: MergeTree

@kobe-source
Copy link
Author

Wrong server , awkward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant