Closed Ziink closed 11 years ago
Did you try creating an index in your mongo database?
db.collection.ensureIndex( { "id": 1 }, {background: true})
Yes, I was querying against the '_id' field which is the primary index. I think that's what byId() searches on.
No longer relevant in 0.5
This is with 'racer-db-mongo'. Obviously this inefficient and could cause major problems.