Details
-
Bug
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
None
-
ALL
Description
2ds index queries use lots of memory , until mongod oom.
query patthern is :
command: find { find: "col_gps", filter: { gps: { $nearSphere: { $geometry: { type: "Point
|
", coordinates: [ 116.006216, 25.86062 ] } } } }, limit: 1, batchSize: 1, singleBatch: true } planSummary: GEO_NEAR_2DSPHERE { gps: "2dsphere" }
|
Thanks.