LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Force mongo to use a specific index #141

Closed prashtx closed 9 years ago

prashtx commented 9 years ago

For some reason, MongoDB 2.4 does not always choose the right index here. It does use an index, but using an inefficient one leads to a large index scan.

/cc @hampelm