I have a GeoServer 2.9.4 configuration with about 150 layers that use an
Oracle spatial database. They use a oracle JNDI data store.  I have
GeoServer deployed in a weblogic cluster using the same data directory and
no tile cache. Each layer used a view in oracle. 

When the war is deployed the wms layers are available very quickly to server
png images to the client.  As soon as a wfs getfeature is sent to GeoServer
it kicks off the feature catalog init which takes about 10 minutes. 

I was able to speed up the catalog init by creating a gt_pk_metadata table. 

 Are there other ways to speed this up?

Is there a way to force this to happen after the war is deployed?  Otherwise
each server has to wait till a wfs request comes in and it will start the
catalog init process on that server.  




--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to