Twitter open sources its MySQL fork
engineering.twitter.com
Twitter open sources its MySQL fork
1–2 of 2 posts
Re: Twitter open sources its MySQL fork
#2One interesting improvement relates to NUMA node allocations.
I think the reasoning is that if you touch all the memory in the buffer pool after you allocate it, you're more likely to get a balanced node allocation than if you let MySQL organically access it.