-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Track db sometimes updates, impacting performance #22506
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
Comments
Had some similar behavior (endless spinner) right now. |
When using the "Show all on map" feature for a folder with multiple tracks, the spinner stays active for about 10 minutes. This seems to impact performance and causes issues like folder stats showing zero values, even though no tracks have been added or changed. I tried to reproduce the issue several times by following the steps you mentioned. Here’s what I did:
Results: OsmAnd~ 5.1.0#5162m, released: 2025-05-09 video_2025-05-09_18-17-58.mp4 |
Thanks for trying to reproduce! At this point I would guess it is perhaps something not scaling well with large numbers of tracks on your device (i.e. with the size of the tracks db), while being hardly or not noticeable for small numbers. Probably we would need a code check to see we perform no obsolete updates or other edits to the tracks db, and when needed we modify the tracks db in as performant a fashion as possible. |
See screenshot below, not sure what triggers it. Perhaps using 'Show all on map' on a folder containing a few dozen tracks (although displaying them itself works fine).
The text was updated successfully, but these errors were encountered: