[MDEV-7728] Improve xid cache scalability by using lock-free hash (was: Spiral patch 032...) Created: 2015-03-11 Updated: 2016-12-21 Resolved: 2015-03-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.1.4 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergey Vojtovich | Assignee: | Sergey Vojtovich |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Epic Link: | Spiral patches |
| Comments |
| Comment by Sergey Vojtovich [ 2015-03-11 ] |
|
I'd avoid splitting xid cache. Better to try lock-free hash. |
| Comment by Sergey Vojtovich [ 2015-03-12 ] |
|
serg, please review patch for this task. |