<div class="gmail_quote">On Mon, Apr 11, 2011 at 6:36 PM, Sergey Galuzo <span dir="ltr"><<a href="mailto:sergal@microsoft.com">sergal@microsoft.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span>Hi,</span></p>
<p class="MsoNormal"><span> </span></p>
<p class="MsoNormal"><span>I am working on evaluation of MongoDB for several storage solutions at hand. Some of them resemble current OSM editing database. I have heard that OSM dev is/was evaluating MongoDB also. I
 was wondering whether it possible to share the findings?</span></p>
<p class="MsoNormal"><span> </span></p></div></div></blockquote><div><br></div><div>In my experimentation with MongoDB (seen here: <a href="https://github.com/iandees/mongosm/">https://github.com/iandees/mongosm/</a>) I found it to be very slow. Inserts were speedy, but bounding-box queries took a long time.</div>
<div><br></div><div>The most recent dev version of MongoDB includes "multi-location documents" support:</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://www.mongodb.org/display/DOCS/Geospatial+Indexing#GeospatialIndexing-MultilocationDocuments">http://www.mongodb.org/display/DOCS/Geospatial+Indexing#GeospatialIndexing-MultilocationDocuments</a></div>
<div><br></div><div>This would allow a single way document to be indexed at multiple locations and vastly speed up the map query.</div><meta http-equiv="content-type" content="text/html; charset=utf-8"></div>