-
Hey I hope someone can help me with importing data to postgres. Running System: Software: Postgres-Tuning: shared_buffers = 1GB Command:
/dev/sda3:
download of planet file was very quick with something like 40-50mb/s I tried to import planet, but only the phase ways would taken over 1 month :/ So I tried a smaller extract (germany) and this is slow, too :( Reading input files done in 24745s (6h 52m 25s). Could someone pls give me a hint, why the import is slow? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Your cache setting is far too big. You are not leaving any RAM for PostgreSQL to work with. For planet imports we recommend use of a flatnode file together with Please read Notes on memory usage for more details. |
Beta Was this translation helpful? Give feedback.
-
This is incredibly slow. My home consumer SSDs are 200-500 MB/s. |
Beta Was this translation helpful? Give feedback.
Your cache setting is far too big. You are not leaving any RAM for PostgreSQL to work with. For planet imports we recommend use of a flatnode file together with
-C 0
.Please read Notes on memory usage for more details.