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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -