- changed title to The count queries for event_label_frequency_count and summary_of_events_with_actor_type wrong
No description provided.
No description provided.
Marco provided a fix for event_label_frequency_count, although it still doesn't appear to work properly
Maybe this is why I think I have counting problems, I only get a maximum offset of 10,000 rows...
Subject Predicate Object
<req:18poqvund> rdf:type ksr:Invocation
<req:18poqvund> ksr:status ksr:error_unexpected
<req:18poqvund> ksr:message java.io.IOException: Query evaluation failed after 84 ms Virtuoso 22023 Error SR353: Sorted TOP clause specifies more then 10020 rows to sort. Only 10000 are allowed. Either decrease the offset and/or row count or use a scrollable cursor SPARQL query: SELECT ?event (COUNT(*) AS ?event_size) ?datetime ?event_label WHERE { { SELECT DISTINCT ?event ?datetime ?event_label WHERE { ?event ; ?event_label ; ; ?t . ?t ?d ; ?datetimetmp . BIND (SUBSTR(?datetimetmp, 1, 10) AS ?datetime) FILTER (REGEX(?datetimetmp, "\\d{4}-\\d{2}")) } ORDER BY ASC(?datetime) OFFSET 10000 LIMIT 20 } ?event ?p ?o . } GROUP BY ?event ?datetime ?event_label ORDER BY ASC(?datetime), 86 ms
Currently all bit three queries pass the counting tests, for the three that fail the error is generally small and appears to be the result of our paging rather than an error with the query itself.