You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: