- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.6k
perf(files): faster query to fetch incomplete directories #50781
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
Conversation
f275d0b    to
    dcedd4d      
    Compare
  
    465a656    to
    8f85cd9      
    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.
Tested on a small production instance and mariadb executes the query efficiently 👍
8f85cd9    to
    3995ca3      
    Compare
  
    Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
3995ca3    to
    9bdee76      
    Compare
  
    | /backport to stable31 | 
| /backport to stable30 | 
| /backport to stable29 | 
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 good to me
Summary
Using equality instead of lower than should help MySQL like to use the right index.
Checklist