*sigh*<br><br>The point is to show how you can do away with segments. Ignore the other database stuff. Since we can't even agree on segments not being needed and that ways are an ordered list of nodes, I hold out little hope of anything else being implemented. Nobody can even agree what license to use.
<br><br>There's been traffic about db format on the dev list. Spatial indexes may help. You don't need postgres or any particularly clever stuff to vastly improve the major use-case (tile serving and caching).<br><br><div>
<span class="gmail_quote">On 25/09/06, <b class="gmail_sendername">Raphaël Jacquot</b> <<a href="mailto:sxpert@esitcom.org">sxpert@esitcom.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nigel Magnay wrote:<br>> The last one sounds right. Your editor should notice where you are<br>> splitting 'super'ways into 'sub'ways, and upload the correct ways<br>> accordingly.<br>><br>> E.g : <a href="http://wiki.openstreetmap.org/index.php/Example_Simplified_Database">
http://wiki.openstreetmap.org/index.php/Example_Simplified_Database</a><br>><br><br>what's the point of this ??<br><br>considering that mysql 5.1 is now installed on the db server, why not<br>use that and read this :<br>
<br><a href="http://www.mysql.org/doc/refman/5.1/en/spatial-extensions.html">http://www.mysql.org/doc/refman/5.1/en/spatial-extensions.html</a><br><br>the other solution, of course, would be to migrate to postgres and it's
<br>integrated geometry stuff, which has very powerfull operators such as &&<br>(bounding box somehow overlaps the given box) and @ (thing is entirely<br>inside the box)<br><br>see <a href="http://www.navsys.org/cvs/pynavsys/pgsqlstore.py?rev=1.7&view=auto">
http://www.navsys.org/cvs/pynavsys/pgsqlstore.py?rev=1.7&view=auto</a><br>for an example<br><br>_______________________________________________<br>talk mailing list<br><a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org
</a><br><a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk</a><br></blockquote></div><br>