<br><br><div class="gmail_quote">2009/10/23 Frederik Ramm <span dir="ltr"><<a href="mailto:frederik@remote.org">frederik@remote.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<div class="im"><br>
Peter Childs wrote:<br>
> Currently I'm importing planet.osm into a postgres database using<br>
> osmosis so see how big it is, But its been going all night, and looks<br>
> like its only done about 5% where as decompressing the planet takes<br>
> about 2 hours, so I was expecting it done in kind of say 6?<br>
<br>
</div>You aren't using<br>
<br>
osmosis --wx planet.osm.bz2<br>
<br>
by any chance? It is a known fact that the Java .bz2 implementation is<br>
crap. You need to do<br>
<br>
bzcat planet.osm.bz2 | osmosis --wx -<br>
<br>
which will probably triple (treble?) performance.<br></blockquote></div><br>Don't you mean --rx? :)<br><br>Emilie Laffray<br>