Some times we need to know what is our Raw data size that our tables is occupying in HP Vertica. We already know that Vertica is very good when we talk about data compression and data encoding so the data size that is stored in the projection_storage.used_bytes it holds the value of the data size after the compression or encoding is applied. I will the StockTransaction_Fact as example. The Raw data inside the StockTransaction_Fact.dat file has 685M in size. 1- Now after we loaded that data into Vertica we need to run the audit_license_size() function. -this will populate the license_audits table. -it runs in the backgound but you can anticipate it's action by executing: 2 - We need to get the compression Ratio that our database is using.