-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Index torrents table by queue position #18623
Conversation
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.
Doesn't seem to break anything, i can't see the file from #18571 either way.
Me too. But it looks like the database should be big enough for you to notice it. |
It can also speed up the startup process a bit by avoiding the creation of transient indexes and thus temporary files. Although it is unlikely that it can be noticed, unless you have a lot of torrents. |
I didn't get this when i was testing. Now i get:
/Off topic |
Good catch 👍 |
Strange, I don't have such a problem with Qt 6.4.2 MSVC. |
Also no problem on Linux CI. |
This should prevent SQLite temporary files from being created for transient index when selecting torrents ordered by queue position.