ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Implement and add update_batch to standard API

Open GemDot opened this issue 2 years ago • 0 comments
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.

GemDot avatar Aug 08 '23 08:08 GemDot