弹簧-Aerospike错误代码21
作者:互联网
我可以将bin名称长度的长度最大化到大于14吗?
在Aerospike中保存数据时出错:
org.springframework.dao.RecoverableDataAccessException:Aerospike错误:错误代码21:Bin名称长度超过14个字符或超过了最大Bin;嵌套的异常是com.aerospike.client.AerospikeException:错误代码21:Bin名称长度超过14个字符或超过了最大Bins
解决方法:
不能.这是一个硬编码的固定大小分配(15个字节-最大14个加null). Bin名称与每个记录一起存储在SSD上.使用小于14个字符的bin名称也不会节省存储空间.
标签:aerospike,spring 来源: https://codeday.me/bug/20191025/1931526.html