-
Notifications
You must be signed in to change notification settings - Fork 14
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
DM-45860: Do not do the collections query again unless we have to #1073
Conversation
c3cfcef
to
f63ec81
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1073 +/- ##
==========================================
- Coverage 89.66% 89.64% -0.02%
==========================================
Files 359 359
Lines 46687 46727 +40
Branches 9600 9609 +9
==========================================
+ Hits 41860 41888 +28
- Misses 3468 3478 +10
- Partials 1359 1361 +2 ☔ View full report in Codecov by Sentry. |
@andy-slac I also realized that I had forgotten to add negative limit support to the dimension-records and data-ids command-lines so I've made that change here. Did the collections fix help you? |
1636d29
to
5f64de8
Compare
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.
Looks great.
Not really, there is a deeper issue when you pass a list of all collection names (mixing all chained and non-chained) to |
It can be slow to run the query on a list of hundreds of collections just on the off chance they have wildcards.
…ommand line This was missed before since we added negative support at the last minute. We can't actually use that negative support handling because the command line uses advanced query interface to do the dataset type joining.
5f64de8
to
8d55d2f
Compare
@andy-slac does this help?
Checklist
doc/changes
configs/old_dimensions