【发布时间】:2014-08-29 06:45:00
【问题描述】:
我已经安装并调整了我的 PostgreSql 数据库,并从 here 下载了 LinkedGeoData 文件,然后我执行了 lgd-createdb -h localhost -d databasename -U user -W password -f bremen-latest.osm.pbf 行 (12MB) 和 saarland-latest.osm.pbf (21.6 MB) ) 并且在 15 分钟内运行良好,但我尝试加载像 Mecklenburg-Vorpommern-latest.osm.pbf (54MB) 这样较重的文件,但它的反应不是很好,系统执行该行但我从昨天开始等待结果。
我的 PostgreSql 的 conf 文件 postgresql.conf 的值是
shared_buffers = 2GB
effective_cache_size = 4GB
checkpoint_segments = 256
checkpoint_completion_target = 0.9
autovacuum = off
work_mem = 256MB
maintainance_work_mem = 256MB
Debian 机器下我的 PostgreSql 版本是 9.1。
我该如何解决这个问题?
提前谢谢你。
【问题讨论】:
标签: postgresql openstreetmap osmosis