We use Aerospike CE 3.9.1 and C client 4.0.7.
When I query several records which have more than 3000 bins, and I select 900+ bins from these records. I set n more than 900. bool as_query_select_init ( as_query * query, uint16_t n ) And then I invoke query foreach API aerospike_query_foreach but in the callback data, only have 214 bins’ data, is there any limitation for selected bin numbers?