On 04.03.2014 01:32, mark burdett wrote: > Howdy, I was wondering if anyone on this list has installed Nominatim? > > The wiki mentions that 700GB of space was needed for the world dataset > in August 2013. [...]
I'm not sure if it helps at all. A current Germany extract is about 50 GB while the import file is 1.9 GB (pbf) select t1.datname AS db_name, pg_size_pretty(pg_database_size(t1.datname)) as db_size from pg_database t1 order by pg_database_size(t1.datname) desc; db_name | db_size -----------+--------- nominatim | 49 GB Lars _______________________________________________ Geowanking mailing list [email protected] http://geowanking.org/mailman/listinfo/geowanking_geowanking.org
