Aerodrome error code 21

Can I increase the length of the bean name beyond 14?

Error while saving data in Aerospike:

org.springframework.dao.RecoverableDataAccessException: Aerospike Error: Error code 21: Bean name exceeded 14 characters or maximum; Nested Exception - com.aerospike.client.AerospikeException: Error Code 21: Bean name is longer than 14 characters or maximum bin values

+3


source to share


1 answer


No . This is a fixed fixed allocation of hard drives (15 bytes - 14 max plus null). The bin name is stored with every write to the SSD. Using bin names less than 14 characters will also not save storage space.



+4


source







All Articles