[Qgis-developer] Qgis and huge amount of data opening "small" postgis layer
Pietro Rossin
pierigis at gmail.com
Thu Sep 8 08:09:22 PDT 2016
Thanks Paolo
This is the table:
CREATE mytable_3045
(
id serial NOT NULL,
geom geometry(MultiPolygonZ,3045),
nome character varying(255),
cod_istat character varying(255),
CONSTRAINT mytable_3045_pkey PRIMARY KEY (id)
)
WITH (
OIDS=FALSE
);
Disk speed was tested and it is good..
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Qgis-and-huge-amount-of-data-opening-small-postgis-layer-tp5284751p5284753.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
More information about the Qgis-developer
mailing list