Hi Andrea,

I'm running Geoserver 2.9.0. If I cannot use "attribute in (list of values)", is there another way of setting up such a filter which may be more efficient?

Sincerely,

Eva

Am 27.06.2016 um 16:41 schrieb Andrea Aime:
On Mon, Jun 27, 2016 at 4:31 PM, emgerstner <eva-maria.gerst...@senckenberg.de <mailto:eva-maria.gerst...@senckenberg.de>> wrote:

       SELECT "SpeciesID","Name",encode(ST_AsEWKB("geom"),'base64') as
    "geom" FROM "public"."view_map" WHERE  (("SpeciesID" = 16 AND
    "SpeciesID" IS NOT NULL ) OR ("SpeciesID" = 17 AND "SpeciesID" IS
    NOT NULL ) OR ("SpeciesID" = 18 AND "SpeciesID" IS NOT NULL ) OR ...

    The query itself is quite slow (about 10 sec for 8000 ids), but
    the main performance loss appears to be with Geoserver. I'm not
    sure, but this seems to me an inefficient way to handle the
    CQL_FILTER request.


The not null checks are redundant for sure, but there is no notion of "att in (list of values)" in OGC filter, so we have nothing else to translate into (e.g., we have no way to represent it in our code, we'd have to go beyond the tools that OGC provided us there, with some risk of becoming non compliant).
What version of GeoServer is that?

Cheers
Andrea


--
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/it488V for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


-------------------------------------------------------

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to