[Koha-bugs] [Bug 18821] TrackLastPatronActivity is a performance killer

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 29 15:58:59 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18821

--- Comment #35 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Marcel de Rooy from comment #34)
> I think we should not use the cache here. We will just dump too much in
> memory.
> Should we change lastseen to a date and check if NOW> lastseen ? This would
> skip a lot of writes ?

I actually think a hybrid of your first and second suggestions is the best
solution. We should use cache *and* test a date! Why do you think we will use
too much memory? Let's assume we have 1000 simultaneous users. That's still a
minuscule amount of memory compared to caching the marc frameworks, for
example.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list