spring - Aerospike Error Code 21 -
can maximize bin name length greater 14?
error while saving data in aerospike :
org.springframework.dao.recoverabledataaccessexception: aerospike error: error code 21: bin name length greater 14 characters or maximum bins exceeded; nested exception com.aerospike.client.aerospikeexception: error code 21: bin name length greater 14 characters or maximum bins exceeded
no. hardcoded fixed size allocation (15 bytes - 14 max plus null). bin name stored every record on ssds. using bin names smaller 14 characters not save storage space either.
Comments
Post a Comment