Not logged in : Login

About: http://ods-qa.openlinksw.com:8896/proxy-iri/af82a4d209a56519159f4913ce7a47f2c971f91e     Goto   Sponge   NotDistinct   Permalink

An Entity of Type : sioc:Post, within Data Space : ods-qa.openlinksw.com:8896 associated with source document(s)

AttributesValues
type
Date Created
  • 2020-01-21T16:13:09.852Z
Date Modified
  • 2020-02-05T23:06:07.123Z
seeAlso
discourse:topic_slug
  • how-to-report-virtuoso-internal-optimiser-errors
discourse:post_number
  • 1
discourse:quote_count
  • 0
discourse:incoming_link_count
  • 23
discourse:score
  • 87.4
discourse:topic_id
  • 1495
described by
has container
content
  • proxy:entity/https/community.openlinksw.com/t/how-to-report-virtuoso-internal-optimiser-errors/1495#content_5341

    What

    This document details the information that needs to be provided for diagnosing the cause of query optimizer issues that can result in bad query plans being devised and executed.

    Why

    The Virtuoso query optimizer at times generates bad query execution plans, which can result in the query not executing as expected, resulting in:

    • Poor performance of executed query
    • Query hanging during execution
    • System running out of memory trying to optimise the query
    • VECSL: Internal error, ssl refd before set, please report query to support error

    How

    The following information should be provided to aid the diagnosis of such problems, using the Virtuoso isql command line tool:

    • The git hash of the Virtuoso binary being used to identify the exact source code archive it was built from with the command:
    select sys_stat('git_head');
    
    __dbf_set ('dbf_explain_level', 2);
    explain('<query text>');
    
    string_to_file('stat.dv', serialize(stat_export()), -2);
    
    • For a SPARQL query, the SPARQL to SQL translation with the commands:
    SET SPARQL_TRANSLATE ON;
    SPARQL QUERY;
    SET SPARQL_TRANSLATE OFF;
    
    • The Virtuoso configuration file virtuoso.ini
    • The Operating System and version in use.

    Related

discourse:reply_count
  • 0
author
is mainEntity of
Faceted Search & Find service v1.17_git55 as of Mar 01 2021


Alternative Linked Data Documents: ODE     Content Formats:       RDF       ODATA       Microdata      About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 08.03.3322 as of Mar 14 2022, on Linux (x86_64-generic-linux-glibc25), Single-Server Edition (7 GB total memory)
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2024 OpenLink Software