Obsidian

Search

Search IconIcon to open search

Why database as queue so bad?

Last updated Feb 27, 2023

Overall, while using a database as a message queue can be a reasonable choice for small-scale applications with low throughput and latency requirements, it may not be the best option for large-scale, high-performance systems that require efficient message processing and routing. In such cases, specialized message queue solutions such as RabbitMQ, Kafka, or AWS SQS may be more appropriate.