performance consideration for bulk loading
We have 1 Node Vertica Database ...
how can we increase performance for loading data using COPY command in vertica?
based on our tests, in a server with 2 CPU core and 8 GB RAM, loading a json file with 1 million (900 MB size) takes 70 seconds, same file in a server with 128 GB RAM and 32 CPU core takes 30 seconds...
if we want for example loading this file takes 10 seconds what we should do ?
0
Answers
One of the thing that you can do is to put the COPY command in a specific pool and give it a big query budget. You can see the query_budget in resource_pool_status.
Hope this helps,
Eugenia