8 ms·
Also, it's basically identical to the pattern described as Counter Tables in "High Performance MySQL" (3rd edition), published in 2012.
by iv42 4y ago
Also, it's basically identical to the pattern described as Counter Tables in "High Performance MySQL" (3rd edition), published in 2012.
- tantalor 4y agoIndeed, 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 it https://www.oreilly.com/library/view/high-performance-mysql/9781449332471/ch04.html#counter_tables https://www.oreilly.com/library/view/high-performance-mysql/...