We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Wrong server , awkward
Sorry, something went wrong.
No branches or pull requests
clickhouse-backup tables
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
The text was updated successfully, but these errors were encountered: