[09:52:01] <vagelis> Hello, yesterday someone suggested me not to use $where in big collections and i just wanted to use it for testing purposes with really small collections.
[09:52:32] <vagelis> Turns out that i have to use it for big collections. He suggested me something to use instead but i dont remember.
[09:52:50] <vagelis> So if someone can help me please do. I use pymongo and mongodb 3.0
[09:53:57] <Derick> don't use $where - it can't use an index and means a full table scan
[09:54:09] <Derick> what are you trying to do in your $where clause?
[09:54:51] <vagelis> compare 2 fields in the same doc
[09:55:02] <vagelis> I know thats why i came to ask :)