I want to insert 1million records as batch process , What is the best way to do in performance level?
yam
1
Fastest would probably be to use the Async driver to fire insert requests in a loop in multiple threads.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Right way to insert data asynchronously | 7 | 1637 | March 30, 2021 | |
| Is it possible to insert multiple records at a time in aerospike server through a single query? | 2 | 587 | July 18, 2023 | |
|
Support for Batch Insert
|
1 | 1202 | June 15, 2015 | |
| Batch Writes (AER-6499) | 4 | 2893 | June 9, 2022 | |
| Low performance in Aerospike for batchRequests | 1 | 2107 | December 29, 2015 |