[Tile-serving] [osm2pgsql] Import data to sharding PostgreSQL server by Osm2pgsql (#347)
Thong-Hoang Dao
notifications at github.com
Wed Apr 29 03:38:52 UTC 2015
I've sharded my PostgreSql database server by this extension
https://github.com/citusdata/pg_shard/
That extension work well, nothing fail. But when I imported data with osm2pgsql tool, it only import to my master server, like a non-sharding server.
After that, I've tested it again by running simple SQL script: INSERT ... and it worked. The data which I've just inserted has moved to sharded nodes, not in master node.
So may osm2pgsql load data to the database by another way?
Any ideas?
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/347
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150428/0bcb2782/attachment-0001.html>
More information about the Tile-serving
mailing list