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
With many redshiftsink resources, the number of connections to Redshift increases. When so many Redshift tables are concurrently sinked and loaded it becomes a problem.
As all maxWaitSeconds are applied together and are same !
Almost all tables load starts at the same time, making the load slow.
Need to figure out a way to solve this.
The text was updated successfully, but these errors were encountered:
With many redshiftsink resources, the number of connections to Redshift increases. When so many Redshift tables are concurrently sinked and loaded it becomes a problem.
As all maxWaitSeconds are applied together and are same !
Almost all tables load starts at the same time, making the load slow.
Need to figure out a way to solve this.
The text was updated successfully, but these errors were encountered: