https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41921
--- Comment #58 from David Cook <[email protected]> --- (In reply to Katrin Fischer from comment #56) > But that means it won't help with the situation where a long running query > creates load on the server. The advantage is storing it, so multiple people > might use the results from within Koha. Yes, a long running query will still create load on the server. That said, if we wanted to handle that better, we could create the ability for Koha to use a different database connection to connect to a read-only MySQL instance in a database cluster. Another option is allowing a separate database connection for the same database, but using a user with more limited database permissions. This would actually be useful for a number of security reasons as well, although could lead to reduced report functionality. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
