Retrieving only specific bins

Is there a client function to retrieve only specific bins from the server? I have used aerospike_key_get(), to fetch the entire row even when I had to access a subset of the total bins. Wouldn’t it be faster if there was a way to get only the required bins from the ‘get’ function?

Use aerospike_key_select().

1 Like

Who’s awesome? …

…Brian is awesome!! :slight_smile:

1 Like

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.