[GRASS-user] Import large table from PostGIS - Connection lost
Juan Pedro Pérez Alcántara
jp.perez.alcantara at gmail.com
Tue Oct 19 00:55:11 PDT 2021
Hello there,
this is my first post to this mailing list, so first I'd like to thank the
community for supporting this marvelous piece of software. I perform most
of my research and data processing in PostGIS since I work mostly with
vector data in visualize-in-web use cases for most of my projects, but I
rely on GRASS GIS to perform such powerful operations like topology
cleaning and building.
And regarding this, I'm trying to import a large table from PostGIS. It is
2GB in size. I use this:
grass $GRASS_DB/PERMANENT --exec \
v.in.ogr --verbose \
input="PG:host=$HOST dbname=cell_raw_data user=$USER port=$PORT password=
$PASS" \
layer=cat2020.buildingpart output=buildingpart
everything goes well until it reaches the "Finding centroid for OGR layer"
step:
Finding centroids for OGR layer <cat2020.buildingpart>...
ERROR 1: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
ERROR 1: no connection to the server
ERROR 1: no connection to the server
ERROR 1: no connection to the server
ERROR 1: no connection to the server
100%
The connection to PostGIS seems to be closed. I've gone through the
PostgreSQL
configuration and tried to set up generous values for the tcp_keepalives_*
parameters, but to no avail. It seems to me that the PostgreSQL server drops
the connection due to being idle too much time. Aside from that, both
PostgreSQL
and GRASS run in Docker containers.
GRASS version is 7.8.5.
Does anybody have issues importing large PostGIS tables? Any advice / ideas
I can
research on? I've already tried to solve it by reconfiguring PostgreSQL, as
said,
and also have done some research into Docker handling TCP, but to no avail.
Any
idea or hint will be most welcome.
Best regards,
---
Juan Pedro Pérez Alcántara
jp.perez.alcantara at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20211019/17e26e03/attachment.html>
More information about the grass-user
mailing list