Hi i am newb on aerospike i have finished .net core documented tutorials I want to write and read bit large data(100 000 row record) with simple way.
Shoul i have to use this technique ?

Create keys one by one and read them one by one?
Hi i am newb on aerospike i have finished .net core documented tutorials I want to write and read bit large data(100 000 row record) with simple way.
Shoul i have to use this technique ?

Create keys one by one and read them one by one?
You have to write record one-by-one, but you can use batch read to fetch many keys at once. https://www.aerospike.com/docs/client/c/usage/kvs/batch.html
There is a configurable limit to the number of records you can fetch per batch request. See the defaults under this page https://www.aerospike.com/docs/guide/batch.html the reason its limited by default is that it can overload the client easily.
Thanks again.
This is my third day of reaserching and very excited.
I hope i will not hit some walls just because i am “windows dotnet guy” ![]()
Don’t think you’ll run into problems, its much easier than many windows products
think you’ll love it