如何在拼接机中获取table尺寸?

How to get table size in splice machine?

我无法在 Splice Machine 数据库中获取 table 的大小。

此视图 SYS.SYSTABLESTATISTICS 未返回任何值。但是我有 tables 和那些 tables 中的数据。

Select * from SYS.SYSTABLESTATISTICS;

我希望输出的大小为 tables。

你 运行 分析过你的 table 了吗? 需要 运行 这个才能在 systablstatistics 中有数据。