Hi, Aerospike doc says that total number of bins are limited to 32k. The quastion is: is this limit for the different (unique) bin names, or for the total count of bins? This is principal question for a project design.
I wrote the test, and I can put into test namespace 100 000 records with one bin (all with the same name). in aql ‘show bins’ lists only 1 bin. This seems that we can have infinite number of bins with the same name. When I try to put 100 000 records with the different bin names then I’ve got an error: AerospikeException: Error Code 21: Bin name length greater than 14 characters, when number of records reach about 32500. Strange error as my bin’s names are not more then 14 characters.
There are 3 nodes in the cluster.