6 ms·
I've been in a situation where I've needed to queue about 100k of messages. Each message unique with custom attributes populated also from MySQL. I used to gen
by Limes102 15y ago
I've been in a situation where I've needed to queue about 100k of messages. Each message unique with custom attributes populated also from MySQL.
I used to generate the messages and then insert them into queuing system but for 100k messages I never managed to make this fast... I have managed to queue all these messages in less than half a second using just one MySQL query.
If anyone has any better ideas, please let me know!