Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1774

Improve JSON Performance

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.7.0
    • Storage - JSON
    • None

    Description

      There are multiple reasons that JSON performance is subpar. We need to update the reader to do the following:

      • Avoid double reading (for rewinding)
      • Take advantage of Jackson interning/hashing of field names.
      • Improve field selection behavior. (avoid object creation and multiple traversals)
      • Better delineation of allTextMode behavior

      Attachments

        1. DRILL-1774.patch
          103 kB
          Jacques Nadeau

        Issue Links

          Activity

            People

              jnadeau Jacques Nadeau
              jnadeau Jacques Nadeau
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: