system.temp_files
Introduced or updated: v1.2.348
Contains information about temporary files created by Databend, such as spill files. To remove the temporary files, use the VACUUM TEMPORARY FILES command.
SELECT
*
FROM
system.temp_files;
┌───────────────────────────────────────────────────────────────────────────────────────┐
│ file_type │ file_name │ file_content_length │ file_last_modified_time │
├───────────┼────────────────────────┼─────────────────────┼────────────────────────────┤
│ Spill │ 84H8qt3UKN9Axsj4IzrJw7 │ 784960 │ 2024-02-26 02:14:46.037784 │
│ Spill │ y5W2CGXzYtDeBqZuvW0cW │ 775424 │ 2024-02-26 02:14:46.037784 │
└───────────────────────────────────────────────────────────────────────────────────────┘