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
As per my understanding, if I execute select * from child_table, internally first, it will execute the parent list method and then execute the child list method concurrently based on the number of results we get from the parent list method. Can we control the Concurrency in this scenario like we do in the case of HydrateConfig?
bigdatasourav
changed the title
Control the Concurrency at the time of child table execution
Control the concurrency at the time of child table execution
Jun 21, 2023
I am also running into this issue when developing a custom plugin. While its possible to add a limiter at the .spc level, it would be very helpful to control this at the Hydrate function level.
As per my understanding, if I execute select * from child_table, internally first, it will execute the parent list method and then execute the child list method concurrently based on the number of results we get from the parent list method. Can we control the Concurrency in this scenario like we do in the case of HydrateConfig?
The text was updated successfully, but these errors were encountered: