[15:30:14] <TimoRuetten> Hey, MongoDB Geeks. Maybe some of you are able to help me out with a performance issue when using $near in MongoDB 2.6.10 ? I hope its okay to reference here to an stackoverflow issue.
[15:30:22] <TimoRuetten> You can find the issue here: http://stackoverflow.com/questions/39126419/mongodb-near-operation-very-slow-and-causes-timeouts-even-with-indexing
[15:46:39] <StephenLynx> I don't think that version is supported anymore.
[15:55:08] <StephenLynx> I would try to find a way to not nest as deep as it is.
[15:55:25] <StephenLynx> I don't know your use case to give an exact way to achieve that.
[15:55:36] <TimoRuetten> Thats a good information - so when we do a query not to do as deep as it is now. But do you also think this causes our problem ?
[15:57:51] <TimoRuetten> Okay. Thanks for the first hint. I will change the schema we use currently and move the geojson to the first level and rerun the query
[15:58:34] <StephenLynx> i'd also use explain to see if it provides any useful information.
[15:58:45] <StephenLynx> and how many documents you have?
[15:59:15] <TimoRuetten> currently around 2.000.000