[SERVER-686] No warning when creating two geospatial indexes Created: 01/Mar/10  Updated: 12/Jul/16  Resolved: 01/Mar/10

Status: Closed
Project: Core Server
Component/s: Index Maintenance
Affects Version/s: None
Fix Version/s: 1.3.3

Type: Bug Priority: Major - P3
Reporter: Mathias Stearn Assignee: Eliot Horowitz (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Participants:

 Description   

on Mar 1 13:00:28 building new index on

{ sin: "2d" }

for test.zips
Mon Mar 1 13:00:28 Buildindex test.zips idxNo:1 { ns: "test.zips", key:

{ sin: "2d" }

, name: "sin_" }
Mon Mar 1 13:00:28 done for 29470 records 0.092secs
Mon Mar 1 13:00:33 building new index on

{ loc: "2d" }

for test.zips
Mon Mar 1 13:00:33 Buildindex test.zips idxNo:2 { ns: "test.zips", key:

{ loc: "2d" }

, name: "loc_" }
Mon Mar 1 13:00:33 done for 29470 records 0.176secs

> db.zips.getIndexes()
[
{
"name" : "id",
"ns" : "test.zips",
"key" :

{ "_id" : 1 }

},
{
"ns" : "test.zips",
"key" :

{ "sin" : "2d" }

,
"name" : "sin_"
},
{
"ns" : "test.zips",
"key" :

{ "loc" : "2d" }

,
"name" : "loc_"
}
]



 Comments   
Comment by auto [ 01/Mar/10 ]

Author:

{'login': 'erh', 'name': 'Eliot Horowitz', 'email': 'eliot@10gen.com'}

Message: handle multiple geo indexes with $near SERVER-686
http://github.com/mongodb/mongo/commit/0a8e1f91c83bce14480e9cda00a1f630a5c64e93

Generated at Thu Feb 08 02:54:52 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.