[ 
https://issues.apache.org/jira/browse/ODFTOOLKIT-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16101608#comment-16101608
 ] 

Svante Schubert commented on ODFTOOLKIT-463:
--------------------------------------------

Thomas, I am not using the Simple API, but working on the ODFDOM level. 
But I am willing to invest some time into performance testing. What would you 
suggest to build up a performance test scenario or even some performance 
regression tests?

Thanks in advance,
Svante

> Performance issues
> ------------------
>
>                 Key: ODFTOOLKIT-463
>                 URL: https://issues.apache.org/jira/browse/ODFTOOLKIT-463
>             Project: ODF Toolkit
>          Issue Type: Bug
>            Reporter: Thomas Hackel
>            Priority: Minor
>         Attachments: odf-hotspots.png
>
>
> 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:
> {code:java}
> row = table.getRowByIndex(rowNumber);
> {code}
> I am talking about only 6000 rows.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to