You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would request to add a control on storage location of TEMP data
todat in Vertica by default TEMP data is written under DATA location
I suggest adding control:
local.tempPath (if not present to be set by default under depot path)
local.tempVolume (to allow to be EmptyDir)
allow DATA location to be set on EmptyDir
since only catalog path must be on PVC it will be great to set DATA control on volume type
since EmptyDir is local and faster it make sense to be the default
Hi
I would request to add a control on storage location of TEMP data
todat in Vertica by default TEMP data is written under DATA location
I suggest adding control:
local.tempPath (if not present to be set by default under depot path)
local.tempVolume (to allow to be EmptyDir)
allow DATA location to be set on EmptyDir
since only catalog path must be on PVC it will be great to set DATA control on volume type
since EmptyDir is local and faster it make sense to be the default