Rendered at 19:08:39 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
simeonGriggs 21 minutes ago [-]
Yo! Author here, I’ll be around if anyone’s got questions!
jeeybee 53 seconds ago [-]
Did you test with fillfactor < 100 on the queue table? With HOT updates, status changes can reuse dead space without creating new index entries, which seems like it could significantly delay the onset of the death spiral?
richwater 38 minutes ago [-]
It would be nice if this ad at least explained a little bit of the technical side of the solution.
sgarland 20 minutes ago [-]
It sounds vaguely like InnoDB’s concurrency control solution which uses tokens [0] as a unit of maximum work a query can perform.
0: https://dev.mysql.com/doc/refman/8.4/en/innodb-performance-t...