You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/30 15:09:03 UTC

[GitHub] [arrow] pitrou commented on pull request #13265: ARROW-16613: [C++][Parquet] Fix performance of repeated calls to AppendRowGroups()

pitrou commented on PR #13265:
URL: https://github.com/apache/arrow/pull/13265#issuecomment-1141262609

   Using the test script from https://github.com/apache/arrow/pull/13234#issue-1248714863:
   
   * on git master:
   ```
   Created Example File
   1 took 0.116 seconds
   2 took 0.457 seconds
   3 took 1.818 seconds
   4 took 8.796 seconds
   
   real	0m11,476s
   user	0m11,665s
   sys	0m1,140s
   ```
   
   * with this PR:
   ```
   Created Example File
   1 took 0.002 seconds
   2 took 0.004 seconds
   3 took 0.007 seconds
   4 took 0.015 seconds
   
   real	0m0,313s
   user	0m0,579s
   sys	0m1,246s
   ```
   
   * with PR https://github.com/apache/arrow/pull/13234:
   ```
   Created Example File
   1 took 0.002 seconds
   2 took 0.003 seconds
   3 took 0.007 seconds
   4 took 0.015 seconds
   
   real	0m0,336s
   user	0m0,604s
   sys	0m1,207s
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org