Increasing maximum number of bins per namespace

thanks for the reply.

I’m not sure if the Maps/Large Maps approach would work. I’ll need to think about that…

The application uses a data model which converts (typically sparse) row/line-oriented data to (atomic) triples (row_id - column_id - column_value) stored in one table and triples (column_id - column_value - row_id) in a transpose table.

This data model is a decent fit for Apache Accumulo or Hbase, but, on top of some of the other nice features of aerospike, it would be nice to develop with lua instead of java…

cheers,

Garry