top | item 32310484 (no title) iv42 | 3 years ago Also, it's basically identical to the pattern described as Counter Tables in "High Performance MySQL" (3rd edition), published in 2012. discuss order hn newest tantalor|3 years ago Indeed, it also calls them "slots":> You can get higher concurrency by keeping more than one row and updating a random row... just choose a random slot and update ithttps://www.oreilly.com/library/view/high-performance-mysql/...
tantalor|3 years ago Indeed, it also calls them "slots":> You can get higher concurrency by keeping more than one row and updating a random row... just choose a random slot and update ithttps://www.oreilly.com/library/view/high-performance-mysql/...
tantalor|3 years ago
> You can get higher concurrency by keeping more than one row and updating a random row... just choose a random slot and update it
https://www.oreilly.com/library/view/high-performance-mysql/...