[postgis-users] Suggestion on table analyze

rmrodriguez at carto.com rmrodriguez at carto.com
Fri May 22 02:04:13 PDT 2020


As Giuseppe mentioned, it only means that Postgis didn't find any
geometry (or all of them were NULL or empty) when gathering
information during the analyze call. It is not an issue, just beware
that Postgres won't have accurate data about that table in order to
better plan the queries.

Also, the notice message was changed in 3.0 to output the name of the
table and to only print once per table. As you are running 2.2, which
is out of support, I would consider updating to a more recent stable
release.


-- 
Raúl Marín Rodríguez
carto.com


More information about the postgis-users mailing list