ArcticDB
ArcticDB copied to clipboard
Implement and add update_batch to standard API
trafficstars
Is your feature request related to a problem? Please describe. We have batch versions for all the relevant methods except for the update method. We also want to create a batch version for it.
Describe the solution you'd like We aim to create a faster update method by enabling concurrent updates for different symbols.
Describe alternatives you've considered The only way to update symbols is by applying the non-batch version sequentially.
Additional context The team has been considering this for a while, and there are also external users who are interested in it. see #698 as an example.