system.distribution_queue
Columns:
(String) — Name of the database.
table
() — Name of the table.is_blocked
(UInt8) — Flag indicates whether sending local files to the server is blocked.error_count
() — Number of errors.data_files
(UInt64) — Number of local files in a folder.broken_data_files
() — Number of files that has been marked as broken (due to an error).broken_data_compressed_bytes
(UInt64) — Size of compressed data in broken files, in bytes.last_exception
() — Text message about the last error that occurred (if any).
Row 1:
──────
data_path: ./store/268/268bc070-3aad-4b1a-9cf2-4987580161af/[email protected]%2E0%2E0%2E2:9000/
is_blocked: 1
error_count: 0
data_files: 1
last_exception:
See Also