Skip to main content

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 │ 7849602024-02-26 02:14:46.037784
│ Spill │ y5W2CGXzYtDeBqZuvW0cW │ 7754242024-02-26 02:14:46.037784
└───────────────────────────────────────────────────────────────────────────────────────┘
Did this page help you?
Yes
No