[12:36:04] <synthmeat> that's index creation. namely, mongodb will keep all the dates sorted in reverse in memory, so it can quickly find locations of the documents in question, if sorted by that index
[12:42:50] <synthmeat> it's super also useful to create aggregation pipelines, like this https://www.dropbox.com/s/ogjr6jrzftu30af/Screenshot%202019-01-23%2013.39.45.png?dl=0
[12:44:10] <sash87> ok ..little confsuing for me needs to spend time on this
[12:44:23] <sash87> for time being I will use index way
[12:44:47] <sash87> and let me check if I am getting the required result
[15:17:14] <synthmeat> sash87: you're driver is disconnecting. you aren't handling disconnections or are handling them wrong. can be multitiude of things.