Citus 11.1.5 select * from citus_shards return many rows, but field shard_size is empty.
I expect that field shard_size from citus_shards table are not be empty. I need to calculate size of all shards.
It should print the size; this is my output on 11.2.
├─[ RECORD 3 ]─────┼───────────────────────────────┤
│ table_name │ citus.demo_distributed │
│ shardid │ 102016 │
│ shard_name │ citus.demo_distributed_102016 │
│ citus_table_type │ distributed │
│ colocation_id │ 1 │
│ **shard_size** │ **8192** │