temp space to accommodate the size of the files you can load in one COPY command
Arvind_Kumar
Community Edition User ✭
Which Temp we need?
/tmp ?
/var/tmp ?
select * from disk_storage where storage_usage ilike '%temp%'; ?
Just need to confirm , it will be storage_usage as TEMP showing in the result of disk_storage?
0
Comments
Hi,
It refers to temp space allocated in the storage_locations, by default is in in the /data folder. You can verify in table select * from storage_locations; what do you have, if you want to add more, just add another storage location as usage TEMP.
Eugenia