|
|
|
|
|
by amalter
4952 days ago
|
|
This was one of the main reasons explained to me on why db based queues are a code smell. The other was that insert/select pattern of a queue hammers a db's index and data page fragmentation algorithms. Anyone know if this is still the case or am I repeating a wives-tale? |
|