Vertica Database size
Hi
Im running vertica 6.1.3
I want to check on the size of the database using scripts (shell/per etc) or some type of method, (log file etc, I want get the size of the data regulary.
Anyone have any suggestions or thought on this?
Dee
0
Comments
There are many ways you can monitor your database size.
1- Use Vertica Management Console
2- Query the system table
3- Query the projection_storage table
4- Query the storage_containers table
Note: - this is not raw data, is stored data.
You can implement a crontab job that will run this query and send the result to an email.
Great, thanks