|
|
|
|
|
by giovannibonetti
1163 days ago
|
|
It's all a matter of how much throughput you need. A queuing system can handle, in the same hardware, orders of magnitude more than a traditional SQL database that writes rows to disk in a page-oriented fashion. If your load is, say, a few hundred writes/second, stick with the database only, and it will be much simpler. |
|