Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redshift load frequency, connection and concurrent load problem #207

Open
alok87 opened this issue Apr 27, 2021 · 2 comments
Open

Redshift load frequency, connection and concurrent load problem #207

alok87 opened this issue Apr 27, 2021 · 2 comments
Labels
performance Monitoring, Metrics, Logs, Benchmarks

Comments

@alok87
Copy link
Contributor

alok87 commented Apr 27, 2021

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.

@alok87 alok87 added the performance Monitoring, Metrics, Logs, Benchmarks label Apr 27, 2021
@alok87
Copy link
Contributor Author

alok87 commented Apr 27, 2021

@alok87 alok87 changed the title Redshift connection and concurrent load problem Redshift load frequency, connection and concurrent load problem Apr 28, 2021
@alok87
Copy link
Contributor Author

alok87 commented May 25, 2021

This greatly solves this #233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Monitoring, Metrics, Logs, Benchmarks
Projects
None yet
Development

No branches or pull requests

1 participant