elasticsearch v.s. MongoDB for filtering application [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 7 years ago. Improve this question This question is about making an architectural choice prior to delving into the details of experimentation … Read more

Possibility of duplicate Mongo ObjectId’s being generated in two different collections?

Is it possible for the same exact Mongo ObjectId to be generated for a document in two different collections? I realize that it’s definitely very unlikely, but is it possible? Without getting too specific, the reason I ask is that with an application that I’m working on we show public profiles of elected officials who … Read more

How much faster is Redis than mongoDB?

It’s widely mentioned that Redis is “Blazing Fast” and mongoDB is fast too. But, I’m having trouble finding actual numbers comparing the results of the two. Given similar configurations, features and operations (and maybe showing how the factor changes with different configurations and operations), etc, is Redis 10x faster?, 2x faster?, 5x faster? I’m ONLY … Read more