How can I increase the value disk_space_free_mb for my database
I run the following command:
copy MARKS from '/home/dbadmin/result-utf8.txt' delimiter '|' null as '' exceptions '/home/dbadmin/copy-error.log' ABORT ON ERROR;
The result of command:
ERROR 2927: Could not write to [/home/dbadmin/IM_0609/v_im_0609_node0001_data]: Volume [/home/dbadmin/IM_0609/v_im_0609_node0001_data] has insufficient space.
Result this command
SELECT node_name,storage_usage,disk_space_used_mb,disk_space_free_mb,disk_space_free_percent FROM v_monitor.disk_storage
v_im_0609_node0001 CATALOG 16055 1463 8%
v_im_0609_node0001 DATA,TEMP 16055 1463 8%
v_im_0609_node0001 DATA,TEMP 16055 1463 8%
I have read that it is necessary to increase the value of the following disk_space_free_mb.
How can I do that?
0
Comments
Actually no, the disk_space_free_mb is not a parameter is just a column in your disk_storage or system_resources that indicates: The number of megabytes of free storage available
Example of adding location:
Example:
For more on storage location in Vertica see the links here:
CREATE NEW STORAGE LOCATION IN HP VERTICA DATABASE.
CREATE VERTICA TIERED STORAGE POLICIES
MANAGE STORAGE LOCATIONS