Aerospike Key-value Store using Go-client

121 views Asked by At

What is the data model to store millions of record efficiently in the aerospike database?

Use case : storing millions of bid(value) for a particular id(key) and also need to iterate over the values and operate on them as fast as possible and store them separately.

Currently :using set as the key and bin as the value.

0

There are 0 answers