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

SPARQL JSON Parser is not streaming

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Done
    • ARQ 2.9.1
    • None
    • ARQ

    Description

      The current SPARQL JSON parser in ARQ parses the JSON by parsing the entire response into a in-memory data structure and then iterating over that. So for large results it is trivial to hit an OutOfMemory exception.

      This task is to reimplement the SPARQL JSON parser to be fully streaming in its implementation in line with all the other results parsers

      Attachments

        Activity

          People

            rvesse Rob Vesse
            rvesse Rob Vesse
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: