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

Try opening initial control connection to all known contact points simultaneously #1111

Open
muzarski opened this issue Oct 29, 2024 · 0 comments
Labels
performance Improves performance of existing features

Comments

@muzarski
Copy link
Contributor

This is something that cpp-driver does.

The relevant code:

This is an optimization that we could introduce in the future. This would speed up the process of opening the session. Currently, we try opening the control connections (and fetching initial metadata) on each node sequentially.

I believe that no API breaking changes would be required, since we would only need to refactor internal API. Thus, I think this can be addressed in post 1.0 driver.

@muzarski muzarski added the performance Improves performance of existing features label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Improves performance of existing features
Projects
None yet
Development

No branches or pull requests

1 participant