Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Excessive use of the disk I/O
Hi,
I am currently using Vertica version 9.2.1 in which I have hosted different schemas and projects. My problem is that from the vertica console I am seeing that the database disk usage is very high even when there are no ETLs running against the database. How can I reduce this intensive disk usage?
Image: https://imgur.com/xKDYdH5
Thanks.
Tagged:
0
Leave a Comment
Can't find what you're looking for? Search the Vertica Documentation, Knowledge Base, or Blog for more information.
Answers
Check which process cause the high disk usage from Linux shell prompt: iotop -n 1 -b -o
If iotop is not installed do: yum install iotop
Does it continue after reboot?