-
Notifications
You must be signed in to change notification settings - Fork 490
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
Faster combined query for retrieving datasets via API #9684
Merged
sekmiller
merged 16 commits into
IQSS:develop
from
ErykKul:9683_get_dataset_api_in_single_query
May 24, 2024
Merged
Changes from 8 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
2968ba2
combined query for retrieving datasets with API
ErykKul c8a1352
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul cdc3e3d
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul 6083ead
better error handling - should fix failed integration test
ErykKul 8e75241
find deep in file listing
ErykKul ca5b28c
Merge branch 'develop' into 9683_get_dataset_api_in_single_query
ErykKul 2f98f23
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul 53d0d85
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul 9599f44
merged develop branch
ErykKul 773e2e2
fixed error type: badRequest -> notFound
ErykKul 6d0a1ba
if global Id not found, try alt global Id
ErykKul f558e33
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul 60c53af
find deep disabled for the files API
ErykKul 1eea73c
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul 3b97add
removed newline
ErykKul fb4eb8b
Merge branch 'IQSS:develop' into 9683_get_dataset_api_in_single_query
ErykKul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this part of the optimization here? I would guess this isn't often accessed, so I'm not sure how much of a performance help it would be.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had seen in in the query log even when it was not used. For large datasets it does make a difference (one query less for each file).