I am aggregating statistics in Drill daily and will be wanting to store these results into Aerospike store.
Insert first time, and then do the updates.
I can access Drill from JDBC client; I can run a batch job to execute this ...
What is the recommended way to do the loading of the results into aerospike?
Is there a particular batch loader or a client that would be recommended for these data updates.
Also, how is Aerospike handling updates to the data.
Does it lock the key,value pair for reads if need to update the values?
There is no particular recommended way to load data into Aerospike. If you are using JDBC to do you queries on Drill, you may want to use the java client driver of Aerospike to write data using its API. To answer your specific questions....