[01:18:27] <VectorX> hi, i need to create a dashboard node/express/react that will show visit/hit counts per site/durations min, hour, day, month etc seperately, trying to figure out schema for this to be efficient, anyone seen a tut example for something like this ?
[10:15:59] <chovy> any idea why this would hang? db.getCollection('reads').findOne({ shortId: '72-GKAzCg9K'})
[10:16:11] <chovy> i have 65k docs. so its not like there's that much data
[10:24:20] <synthmeat> chovy: you have shortId as index?
[10:25:17] <synthmeat> another thing to check, is `reads` capped collection?
[10:35:21] <synthmeat> everything looks fine, tbh. might be mongoose or your code issue. so, just to confirm, from within mongo cli, `db.reads.findOne({ shortId: '72-GKAzCg9K' })` times out?