Uploaded image for project: 'ODF Toolkit'
  1. ODF Toolkit
  2. ODFTOOLKIT-463

Performance issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    Description

      Version: 0.8.2-incubating (not present in JIRA)

      I have different "output writers" for formats like ODF/CSV/POI etc.

      The ODF version is the slowest of all, it might be a usage problem or a ODFToolkit issue.

      It seems that creating new Rows/Cells is consuming a lot of time.
      All other implementations have the QueryDSL.fetch method as the major hotspot. With ODFToolkit this data gathering method is only at place 3.

      All what i am doing is creating a new row for each line of data:

      row = table.getRowByIndex(rowNumber);
      

      I am talking about only 6000 rows.

      Attachments

        1. odf-hotspots.png
          14 kB
          Thomas Hackel

        Issue Links

          Activity

            People

              Unassigned Unassigned
              thackel Thomas Hackel
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: