Uploaded image for project: 'Apache Jena'
  1. Apache Jena
  2. JENA-2336

DatasetGraphBase.toString does not scale (for debugging)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • ARQ
    • None

    Description

      When I am debugging Jena-based code and mouse-over a dataset variable, the system basically hangs. It seems that the toString() method of DatasetGraphBase is producing a complete rendering of the whole dataset using WriterGraph.output(out, this, null). And our datasets typically contain thousands of named graphs, some of which are quite large.

      This is handled much better in places such as GraphBase.toString, which terminates after a certain number of triples.

      Attachments

        Activity

          People

            Unassigned Unassigned
            holgerknublauch Holger Knublauch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: