-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
rev107, timeline is causing full table scans #1085
Comments
Having two indexes is going to substantially increase insert time, as well as cleanups' delete time. Perhaps not a big deal with bulk record types, but it may be worth trying to quantify. |
@Linwood-F Thanks. I'll have to do some research and testing before we get a fix merged in (unless someone wants to handle that for me) |
I added a single index on EventId and now the timeline pops up super speedy again. |
I thought I'd check changing the index to the Score column, due to it being in both the where clause and the sort clause, but it made only a minor improvement in bringing up the timeline. |
@alager Which command did you use to create the index, exactly? We'd like to get it into the next release. |
|
Upgraded from 104 to version 107: Now the timeline is excruciatingly slow. Looking at mysql performance schema, it shows that the query below is doing full table scans.
The text was updated successfully, but these errors were encountered: