Tim Englich wrote:
> Hello List,
>
> we have found a statement executed by Geoserver using the Oracle-Spartial
> Plugin that has got
> a very high cputime-usage.
>
> SELECT SDO_TUNE.EXTENT_OF('MYTABLENAME, 'GEOLOC') from dual
>
> I think this Statement will be called if the getEnvelope() an
> getBounds(Query) Methods of the Oracledatastore will be used and and no
> Filter ist set.
>
> We see that this Statement will be executed only once a day.
> We think that this Statement calculates the Extend of the Featuretype.
> E.g. shown in the Capabilitiesdocument.
>
> Is it possible to switch this calculation off and only use the given extends
> defined in the info.xml file of the FeatureType?
The calculation should happen only if GeoServer does not have a native
bbox available (I believe). To have the native bbox around you need to
use "generate bbox" button and then save, or fill it manually in the
info.xml file and then force geoserver to reload. If that command is
still issued after that, we have a bug somewhere (and we'll need some
way to determine what request is triggering that bbox computation).
Cheers
Andrea
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel