Bug #38265 | thread local variables in innodb do not scale on SMP | ||
---|---|---|---|
Submitted: | 21 Jul 2008 16:43 | Modified: | 17 Jan 2014 9:48 |
Reporter: | Mark Callaghan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S4 (Feature request) |
Version: | 5.0.62 | OS: | Any |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
Tags: | innodb, local, thread |
[21 Jul 2008 16:43]
Mark Callaghan
[22 Jul 2008 18:25]
MySQL Verification Team
Thank you for the bug report.
[24 Oct 2008 13:23]
Heikki Tuuri
InnoDB's own 'thread local storage' is inefficient and only to be used if no top performance is needed. We could use MySQL's thread local storage machinery to implement fast thread local variables. Marking this as a feature request as this would involve some new code.
[17 Jan 2014 9:48]
Marko Mäkelä
I fixed this in MySQL 5.5.12: Bug#59392 Remove thr0loc.c and ibuf_inside()