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

WIP: New HTTPConn for each obj in file #195

Closed
wants to merge 3 commits into from

Conversation

mattjala
Copy link
Contributor

@mattjala mattjala commented May 7, 2024

MultiManager generally needs multiple HttpConns in order to provide a performance boost. For multiple dsets in a single file (a common use case), the MultiManager's effectiveness was limited.

In order to avoid issues in tests with group creation/deletion not being detected, the cache must be disabled when those files are opened. For that reason, this should probably be considered a breaking API change.

@mattjala
Copy link
Contributor Author

Testing on the icesat2 benchmark didn't show any changes in performance from this. It's simpler just to keep one connection per file.

@mattjala mattjala closed this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant