Hello Experts,
I have created a table in NoSQL with a primary key (and shard key). I am inserting huge amount of data into by 'select * from db' and then inserting to NoSQL. Is put() method better or putIfAbsent() ? Which one is preferable from performance point of view ?
Thank you,
Vibhas