Re: [osmosis-dev] Database is empty after five days of importing

2010-03-24 Thread Klemens Z
You're right, it's no fun at all. Well here's what I did to try it with a smaller country excerpt (102 MB compressed) this night: nohup bzcat ~/install/osm-dumps/austria.osm.bz2 | ./osmosis-0.34/bin/osmosis --read-xml-0.6 file=- --write-apidb-0.6 populateCurrentTables=yes host=localhost

Re: [osmosis-dev] Database is empty after five days of importing

2010-03-24 Thread Frederik Ramm
Hi, Klemens wrote: So at some time in the future when I want to import Europe into a DB that contains Austria I will have to create a delta .osm first using osmosis? Possible, but impractical, because you would spend more time to create the delta than you save by re-using the existing data.

Re: [osmosis-dev] Database is empty after five days of importing

2010-03-24 Thread Peter Körner
Am 24.03.2010 20:10, schrieb Klemens: That makes sense. My requirement is that I must continue querying the old data while importing the new, larger data - which can take a long time as we know. How can I achieve this? Import in a transaction. Peter

Re: [osmosis-dev] Database is empty after five days of importing

2010-03-24 Thread Frederik Ramm
Hi, Klemens wrote: That makes sense. My requirement is that I must continue querying the old data while importing the new, larger data - which can take a long time as we know. How can I achieve this? I would suggest to create a second database instance (same server process, different