Skip to content
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

Performance issue and logical storage issue: Fuzzy counts are not being loaded correctly #307

Open
5 tasks
brendanheywood opened this issue Apr 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@brendanheywood
Copy link
Contributor

brendanheywood commented Apr 12, 2023

When the fuzzy counts are loaded, under some conditions they are not loaded correctly so they get reset, which means the incremental counter is always being incremented which means there is a constant db io overhead

Various issues and things obfuscating this:

  • index.php maps to a group of '' which doesn't get persisted
  • the group by db table doesn't have a timecreated or timemodified column
  • it appears as though when fuzzycount is incremented it resets fuzzydurationcounts and also vice versa so they keep resetting each other
  • there looks to be a caching issue, if I comment out the caching the main problem goes away
  • under some testing no record gets made ever
@brendanheywood brendanheywood added the bug Something isn't working label Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant