Truncate Table
ClickHouse
Manual
TRUNCATE TABLE default.jaeger_span;
It will report error
Reason:
1. Size (51.37 GB) is greater than max_[table/partition]_size_to_drop (50.00 GB)
2. File '/bitnami/clickhouse/data/flags/force_drop_table' intended to force DROP doesn't exist
How to fix this:
1...