mongodb when I have if condition(where) queries a lot.
I know I can not have where condition in redis. So it is slower than mongo based on where if condition queries or because redis is in Ram, it is faster even I have to loop inside results and check conditions inside a loop?
redis and mongodb aren't meant to be mutually exclusive
I'd say, if you need "where queries", then use a tool that has them
Обсуждают сегодня