看到 memory_used_index_bytes 有 4G 而没有索引

seeing memory_used_index_bytes having 4G while there are no index

Aerospike 版本:社区版 - 4.0.11

我们的 aerospike 设置中有很多数据,但没有索引设置。 aql 命令 show indexes 没有显示任何内容,但是当我 运行 asinfo "namespace/my_namespace" 时,我在字段中看到很多字节:memory_used_index_bytes,作为标准 docs 是:

Amount of memory occupied by the index for this namespace. For server version 4.3 and above, if your index is not stored in DRAM (persisted), see index_flash_used_bytes. For index-type set to flash (persisted index), the value will be 0.

这块内存到底包含什么,是用来做主键的索引吗?

正确,这是用于主索引的内存,每条记录64字节。也请参考此页面:https://www.aerospike.com/docs/operations/plan/capacity/.