-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
DB mounts table: Add index for mount_provider_class #33405
Conversation
7a3a3b3
to
f61a2e3
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.
👍
Possible performance regression detected Show Output
|
1 similar comment
Possible performance regression detected Show Output
|
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.
Maybe we add this on installation to an existing migration and rather put it to the list of indexes that get added with occ db:add-missing-indices
. That way administrators can apply the index separately from the actual upgrade which is usually a good idea for larger tables.
Reference for how that can be done: abd6b35
f61a2e3
to
71b747e
Compare
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
71b747e
to
047cc70
Compare
Possible performance regression detected Show Output
|
1 similar comment
Possible performance regression detected Show Output
|
Good idea! I changed the PR to do this instead :) |
Failures unrelated. |
/backport to stable24 |
This would be necessary to select appropriate mount points to crawl files from in the proposed refactoring for recognize (for photos2.0)