[Geoserver-users] Null namespace in WFS response for layer based on disabled PostGIS store [SEC=UNCLASSIFIED]

2016-08-25 Thread Johnson, Steven (Contractor)
UNCLASSIFIED Hi, I am using GeoServer v2.9.1 running on Java 1.8.0_74 64 bit, Tomcat 7, Centos 7 and I am seeing a null namespace in WFS GetFeature responses when querying a layer that uses a disabled PostGIS datastore (i.e. the underlying PostGIS is available but is disabled in GeoServer). I

Re: [Geoserver-users] App schema problem with multiple databases

2016-08-25 Thread Ben Caradoc-Davies
Kathi, I strongly recommend keeping all tables in the same database so that you can use joining. The performance improvement becomes very large once you have more than a small number features: you might need 1 SQL query for 1 features with joining, but 10001 SQL queries without joining,

Re: [Geoserver-users] App schema problem with multiple databases

2016-08-25 Thread Kathi Schleidt
Ben, MANY MANY THANKS! I've been trawling through the documentation, but hadn't found that bit yet (still a lot to learn!) Now to get a feeling for my options based on performance, i.e. is it better to pack the data from all themes (working on INSPIRE stuff here) into 1 DB to enable