In aerospike, when we do show sets we see something like:
+------------------+--------+---------+-------------------+------------+-------------------+-------------------+----------------+------------+
| disable-eviction | ns | objects | stop-writes-count | set | memory_data_bytes | device_data_bytes | truncate_lut | tombstones |
+------------------+--------+---------+-------------------+------------+-------------------+-------------------+----------------+------------+
| "false" | "test" | "310" | "0" | "byteData" | "25663706" | "25680736" | "358239062044" | "0" |
| "false" | "test" | "310" | "0" | "kwString" | "1076835" | "1092352" | "0" | "0" |
+------------------+--------+---------+-------------------+------------+-------------------+-------------------+----------------+------------+
This gives us an idea that the set byteData occupies around 25MB. Now, assume that the set byteData has two bins viz. binA and binB, then how can I get the sizes of the two bins?