Conversation:
Notices
-
@takeshitakenji I believe there's been benchmarks done that show dbm is faster for very simple queries but I don't have that to hand, just from memory.
-
@takeshitakenji That's the thing, though. It's faster (if those benchmarks are still true anyways), but you're limiting what you can do.
At the same time, does a queue need very complicated queries?
-
@takeshitakenji Might be ideal for your use case then, I'd think. Though there also is the fact that any GS/PA install is going to have MySQL to begin with. So it might be worth writing a fallback driver if dbm is unavailable.
-
@takeshitakenji Redis is fine, because it will be a soft requirement of postActiv in the future once I get that far anyways. It will operate without it, but it will be what is used for caching, so without it you won't be caching.