How to get table size in splice machine?

82 views Asked by At

I am not able to fetch the size of my table in Splice Machine database.

This view SYS.SYSTABLESTATISTICS is not returning any value. However i have tables and data in those tables.

Select * from SYS.SYSTABLESTATISTICS;

I expect the output to be the size of tables.

1

There are 1 answers

1
Bob Baran On BEST ANSWER

Have you run analyze on your table? Need to run this for there to be data in systablstatistics.