INFORMATION_SCHEMA.TDSTORE_COLUMNAR_FILE_DELETION_INFO is used to record the execution process and results of columnar file deletion.Field Name | Type | Description |
node_name | VARCHAR | The node name that executes deletion of columnar files. |
job_description | VARCHAR | The task description of deletion of columnar files. |
event_type | VARCHAR | The task type of deletion of columnar files. |
columnar_files_name | VARCHAR | The list of files deleted in this task for deleting columnar files. |
begin_time | VARCHAR | The start time of the task for deleting columnar files. |
cost_us | INT | The total duration of the task for deleting columnar files. |
detailed_info | VARCHAR | The duration of each stage in the task for deleting columnar files. |
tdsql3_sys_local@localhost [test_base]> SELECT * FROM INFORMATION_SCHEMA.TDSTORE_COLUMNAR_FILE_DELETION_INFO\\G*************************** 1. row ***************************node_name: node-run-test_reboot-001job_description: delete filesevent_type: TD_EVENT_COLUMNAR_FILE_DELETEcolumnar_files_name: 10026_2, 10026_1begin_time: 2025-04-22 18:51:49 859cost_us: 365detailed_info: [COLUMNAR_FILE_DELETION: <BEGIN: 364us>, <DELETE_FILES: 0us>]*************************** 2. row ***************************node_name: node-run-test_reboot-001job_description: delete filesevent_type: TD_EVENT_COLUMNAR_FILE_DELETEcolumnar_files_name: 10026_3, 10026_5, 10026_4begin_time: 2025-04-22 18:52:19 859cost_us: 336detailed_info: [COLUMNAR_FILE_DELETION: <BEGIN: 335us>, <DELETE_FILES: 0us>]2 rows in set (0.01 sec)
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback