Can you think a way of trying to preview whether a query will return a huge
load of results?
I am trying to avoid timeout server errors.

As example a query like:

        SELECT DISTINCT
            COUNT(?entity)
        WHERE {
            VALUES ?entity_type {
                dbpedia-owl:Person
                dbpedia-owl:Organisation
                dbpedia-owl:Place
            }
            ?entity a ?entity_type ;
                    rdfs:label ?entity_label .
            ?entity_label bif:contains '"John*"' OPTION (score ?sc) .
            FILTER(lang(?entity_label) = 'en')
        }

is a possible candidate of this kind of error, so I would like to know
before hand its is better not to perform it.

Hope I was clear enough,

Thx,
Fernando

-- 
Fernando Guimarães Ferreira
Diretor Executivo TWIST

* <https://www.facebook.com/twistsystems> *
<https://twitter.com/twistsystems>

Incubadora COPPE/UFRJ

*www.twistsystems.com <http://www.twistsystems.com.br>*Brasil: +55 (21)
3733-1805

TWIST : Rua Hélio de Almeida s/n Prédio 2, sala 33
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to