Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. enter code hereUsing projection SRS 900913 (Spherical Mercator)
  2. Setting up table: planet_osm_point
  3. NOTICE: table "planet_osm_point_tmp" does not exist, skipping
  4. Setting up table: planet_osm_line
  5. NOTICE: table "planet_osm_line_tmp" does not exist, skipping
  6. Setting up table: planet_osm_polygon
  7. NOTICE: table "planet_osm_polygon_tmp" does not exist, skipping
  8. Setting up table: planet_osm_roads
  9. NOTICE: table "planet_osm_roads_tmp" does not exist, skipping
  10. Using built-in tag processing pipeline
  11. Allocating memory for dense node cache
  12. Allocating dense node cache in one big chunk
  13. Allocating memory for sparse node cache
  14. Sharing dense sparse
  15. Node-cache: cache=800MB, maxblocks=102400*8192, allocation method=3
  16. Mid: Ram, scale=100
  17.  
  18. Reading in file: /Users/hadoop/Desktop/osm/mtl.osm
  19. StartElement: Unknown element name: note
  20. Unknown node type 3
  21. EndElement: Unknown element name: note
  22. StartElement: Unknown element name: meta
  23. EndElement: Unknown element name: meta.
  24. Processing: Node(1234k 112.2k/s) Way(248k 15.56k/s) Relation(6805 3402.50/s) parse time: 29s
  25.  
  26. Node stats: total(1234539), max(4764987639) in 11s
  27. Way stats: total(248884), max(483754469) in 16s
  28. Relation stats: total(6805), max(7120865) in 2s
  29. Committing transaction for planet_osm_point
  30. Committing transaction for planet_osm_line
  31. Committing transaction for planet_osm_polygon
  32. Committing transaction for planet_osm_roads
  33.  
  34. Writing way (248k)
  35. Committing transaction for planet_osm_point
  36. Committing transaction for planet_osm_line
  37. Committing transaction for planet_osm_polygon
  38. Committing transaction for planet_osm_roads
  39.  
  40. Writing relation (6798)
  41. Sorting data and creating indexes for planet_osm_point
  42. Sorting data and creating indexes for planet_osm_line
  43. Sorting data and creating indexes for planet_osm_polygon
  44. Sorting data and creating indexes for planet_osm_roads
  45. node cache: stored: 1234539(100.00%), storage efficiency: 52.39% (dense blocks: 276, sparse nodes: 1036935), hit rate: 98.58%
  46. Analyzing planet_osm_roads finished
  47. Copying planet_osm_roads to cluster by geometry finished
  48. Creating geometry index on planet_osm_roads
  49. Creating indexes on planet_osm_roads finished
  50. All indexes on planet_osm_roads created in 1s
  51. Completed planet_osm_roads
  52. Analyzing planet_osm_polygon finished
  53. Analyzing planet_osm_line finished
  54. Analyzing planet_osm_point finished
  55. Copying planet_osm_polygon to cluster by geometry finished
  56. Creating geometry index on planet_osm_polygon
  57. Copying planet_osm_line to cluster by geometry finished
  58. Creating geometry index on planet_osm_line
  59. Copying planet_osm_point to cluster by geometry finished
  60. Creating geometry index on planet_osm_point
  61. Creating indexes on planet_osm_polygon finished
  62. All indexes on planet_osm_polygon created in 5s
  63. Completed planet_osm_polygon
  64. Creating indexes on planet_osm_line finished
  65. All indexes on planet_osm_line created in 7s
  66. Completed planet_osm_line
  67. Creating indexes on planet_osm_point finished
  68. All indexes on planet_osm_point created in 8s
  69. Completed planet_osm_point
  70.  
  71. Osm2pgsql took 54s overall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement