我已将 100000 个测试行/元组插入到开箱即用的 tarantool/cartridge(路由器,每个 2 个主机的 2 个副本,15000 个存储桶)中。我如何检查数据分布?存储桶中的行数,空间中不同的 bucket_id 值等。任何方式都可以 - cli,墨盒 web ui。谢谢你。
架构是
sharding_key: [f1]
format:
- {name: f1, type: decimal, is_nullable: false}
- {name: bucket_id, type: unsigned, is_nullable: false}
- {name: f2, type: string, is_nullable: false}
- {name: f3, type: decimal, is_nullable: true}
- {name: f4, type: string, is_nullable: false}
- {name: f5, type: boolean, is_nullable: false}
indexes:
- name: index_f1
...
- name: bucket_id
...
- name: index_f2