[Koha-bugs] [Bug 26639] Turn auto_savepoint ON

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 9 12:13:06 CEST 2020


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.renvoize at ptfs-europe
                   |                            |.com

--- Comment #2 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
I'm very much in favour of this. It means nested transactions, in general, will
act as expected rather than the caller needing to have a deep knowledge of them
and the underlying code to prevent errors.

As for performance; In the little research I've done there is a reduction in
performance by enabling this, but it's not huge.. there's actually more of a
reduction in select speed performance with a trend of lower performance with
each release of MySQL which is weird.. I think they've been favouring accuracy
and concurrency over single threaded lookup speeds.

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


More information about the Koha-bugs mailing list