-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Import is slow with inline field in aunique #4145
Comments
I think it's likely that this slowness arises from the interaction of |
Hello and thanks for the suggestion, the import is much faster with the
|
Since inline fields need slow queries I guess we could separate the matching in aunique in two parts:
|
Huh, that's a pretty good idea! |
Thank you 😄 I will try to implement that and compare the performance. |
I did the modification of However I found out that So I fixed that and the performance is much better in the first case I described:
|
Use short-circuit evaluation in AndQuery and OrQuery (fix #4145)
Problem
Running this command in verbose (
-vv
) mode:Led to this problem:
Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: