performance - MongoDB's geospatial index: how fast is it? -


i'm doing where in box query on collection of ~40k documents. query takes ~0.3s , fetching documents takes ~0.6 seconds (there ~10k documents in result set).

the documents small (~100 bytes each) , limit result return lat/lon only.

it seems very slow. right or doing wrong?

it seems slow indeed. equivalent search on did on postgresql, example, fast measure (i.e. faster 1ms).

i don't know mongodb, geospatial index turned on? (i ask because in rdbmss it's easy define table geometrical/geographical columns yet not define actual indexing appropriately, , same performance describe).


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -