문제

How can I determine the bytes per row and/or column for a specific schema.table in Vertica?

도움이 되었습니까?

해결책

You want to use the following system table: column_storage

It has all the information you need. Row count and bytes per projection per node. You can always query it using SUM() to get the cut you want.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top