Good moorning. Need know the size the table.
Thanks.
What do you mean by size of a table? 1. Number of rows? 2. Auditing size - that is, the size counting for the Vertica license? 3. Size of internal format on disk?
marco
@ismael
The AUDIT function can estimate the raw data size of a table.
Example:
dbadmin=> select audit('measure'); audit ------- 249 (1 row)
Comments
What do you mean by size of a table?
1. Number of rows?
2. Auditing size - that is, the size counting for the Vertica license?
3. Size of internal format on disk?
marco
@ismael
The AUDIT function can estimate the raw data size of a table.
Example: