Last active
June 1, 2016 13:02
-
-
Save eoghanmurray/cc792df8a0c2b982f45d98bddf118ed0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./osm2pgsql -v -C 20000 --number-processes 4 -s -S ../default.style -U postgres -H localhost -P 5432 -W --hstore-all --hstore-add-index -d osm_gb great-britain-latest.osm | |
osm2pgsql version 0.91.0-dev (64 bit id space) | |
Password: | |
Using built-in tag processing pipeline | |
Using projection SRS 3857 (Spherical Mercator) | |
Setting up table: planet_osm_point | |
Setting up table: planet_osm_line | |
Setting up table: planet_osm_polygon | |
Setting up table: planet_osm_roads | |
Allocating memory for dense node cache | |
Allocating dense node cache in one big chunk | |
Allocating memory for sparse node cache | |
Sharing dense sparse | |
Node-cache: cache=20000MB, maxblocks=320000*65536, allocation method=11 | |
Mid: pgsql, scale=100 cache=20000 | |
Setting up table: planet_osm_nodes | |
Setting up table: planet_osm_ways | |
Setting up table: planet_osm_rels | |
Reading in file: great-britain-latest.osm | |
Using XML parser. | |
Processing: Node(83171k 398.0k/s) Way(10387k 115.41k/s) Relation(133300 469.37/s) parse time: 583s | |
Node stats: total(83171682), max(4216030944) in 209s | |
Way stats: total(10387077), max(421862329) in 90s | |
Relation stats: total(133302), max(6270950) in 284s | |
Committing transaction for planet_osm_point | |
Committing transaction for planet_osm_line | |
Committing transaction for planet_osm_polygon | |
Committing transaction for planet_osm_roads | |
Setting up table: planet_osm_nodes | |
Setting up table: planet_osm_ways | |
Setting up table: planet_osm_rels | |
Using built-in tag processing pipeline | |
Setting up table: planet_osm_nodes | |
Setting up table: planet_osm_ways | |
Setting up table: planet_osm_rels | |
Using built-in tag processing pipeline | |
Setting up table: planet_osm_nodes | |
Setting up table: planet_osm_ways | |
Setting up table: planet_osm_rels | |
Using built-in tag processing pipeline | |
Setting up table: planet_osm_nodes | |
Setting up table: planet_osm_ways | |
Setting up table: planet_osm_rels | |
Using built-in tag processing pipeline | |
Going over pending ways... | |
6008038 ways are pending | |
Using 4 helper-processes | |
Finished processing 6008038 ways in 219 s | |
6008038 Pending ways took 219s at a rate of 27433.96/s | |
Committing transaction for planet_osm_point | |
Committing transaction for planet_osm_line | |
Committing transaction for planet_osm_polygon | |
Committing transaction for planet_osm_roads | |
Committing transaction for planet_osm_point | |
Committing transaction for planet_osm_line | |
Committing transaction for planet_osm_polygon | |
Committing transaction for planet_osm_roads | |
Committing transaction for planet_osm_point | |
Committing transaction for planet_osm_line | |
Committing transaction for planet_osm_polygon | |
Committing transaction for planet_osm_roads | |
Committing transaction for planet_osm_point | |
Committing transaction for planet_osm_line | |
Committing transaction for planet_osm_polygon | |
Committing transaction for planet_osm_roads | |
Going over pending relations... | |
0 relations are pending | |
Using 4 helper-processes | |
Finished processing 0 relations in 0 s | |
Committing transaction for planet_osm_point | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_line | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_polygon | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_roads | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_point | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_line | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_polygon | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_roads | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_point | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_line | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_polygon | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_roads | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_point | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_line | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_polygon | |
WARNING: there is no transaction in progress | |
Committing transaction for planet_osm_roads | |
WARNING: there is no transaction in progress | |
Sorting data and creating indexes for planet_osm_point | |
Sorting data and creating indexes for planet_osm_line | |
Sorting data and creating indexes for planet_osm_polygon | |
Sorting data and creating indexes for planet_osm_roads | |
Copying planet_osm_roads to cluster by geometry finished | |
Creating geometry index on planet_osm_roads | |
Creating osm_id index on planet_osm_roads | |
Creating hstore indexes on planet_osm_roads | |
Copying planet_osm_point to cluster by geometry finished | |
Creating geometry index on planet_osm_point | |
Creating indexes on planet_osm_roads finished | |
All indexes on planet_osm_roads created in 26s | |
Completed planet_osm_roads | |
Creating osm_id index on planet_osm_point | |
Creating hstore indexes on planet_osm_point | |
Copying planet_osm_line to cluster by geometry finished | |
Creating geometry index on planet_osm_line | |
Copying planet_osm_polygon to cluster by geometry finished | |
Creating geometry index on planet_osm_polygon | |
Creating indexes on planet_osm_point finished | |
All indexes on planet_osm_point created in 57s | |
Completed planet_osm_point | |
Creating osm_id index on planet_osm_line | |
Creating hstore indexes on planet_osm_line | |
Creating osm_id index on planet_osm_polygon | |
Creating hstore indexes on planet_osm_polygon | |
Creating indexes on planet_osm_line finished | |
All indexes on planet_osm_line created in 160s | |
Completed planet_osm_line | |
Creating indexes on planet_osm_polygon finished | |
All indexes on planet_osm_polygon created in 209s | |
Completed planet_osm_polygon | |
Stopping table: planet_osm_nodes | |
Stopped table: planet_osm_nodes in 0s | |
Stopping table: planet_osm_ways | |
Building index on table: planet_osm_ways | |
Stopped table: planet_osm_ways in 312s | |
Stopping table: planet_osm_rels | |
Building index on table: planet_osm_rels | |
Stopped table: planet_osm_rels in 4s | |
node cache: stored: 83171682(100.00%), storage efficiency: 50.29% (dense blocks: 504, sparse nodes: 80621478), hit rate: 100.04% | |
Osm2pgsql took 1329s overall |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment