meteor icon indicating copy to clipboard operation
meteor copied to clipboard

Make sink batch size configurable

Open sudo-suhas opened this issue 3 years ago • 0 comments

Is your feature request related to a problem? Please describe. Within the extraction process, there is a concept of batch size but we only ever use the default batch size of 1. Being able to configure batch size would be beneficial in some sinks as the number of round trips can be drastically reduced.

Describe the solution you'd like Allow configuring an optional parameter for sinks to define the batch size and use the same while extracting assets.

sudo-suhas avatar Dec 01 '22 08:12 sudo-suhas