Comment by SideburnsOfDoom
9 years ago
That's nothing compared to the impedance mismatch from using a SQL database for everything, regardless of if it's the right tool.
9 years ago
That's nothing compared to the impedance mismatch from using a SQL database for everything, regardless of if it's the right tool.
Regarding queues, Delayed Job [0] is a popular queue abstraction over a SQL database that suggests the impedance mismatch in this case may be successfully mitigated.
[0] https://github.com/collectiveidea/delayed_job