[ 
https://issues.apache.org/jira/browse/AVRO-3474?focusedWorklogId=748343&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-748343
 ]

ASF GitHub Bot logged work on AVRO-3474:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 27/Mar/22 16:54
            Start Date: 27/Mar/22 16:54
    Worklog Time Spent: 10m 
      Work Description: zcsizmadia commented on pull request #1625:
URL: https://github.com/apache/avro/pull/1625#issuecomment-1079969426


   This PR complements https://github.com/apache/avro/pull/1604. This PR in 
itself can result in 25%+ increase in generic read perfromance. (calculated by 
running Avro.perf)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

            Worklog Id:     (was: 748343)
    Remaining Estimate: 23h 40m  (was: 23h 50m)
            Time Spent: 20m  (was: 10m)

> Increase read performance by moving CanRead to constructor
> ----------------------------------------------------------
>
>                 Key: AVRO-3474
>                 URL: https://issues.apache.org/jira/browse/AVRO-3474
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: csharp
>            Reporter: Zoltan Csizmadia
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 24h
>          Time Spent: 20m
>  Remaining Estimate: 23h 40m
>
> [https://github.com/apache/avro/pull/1604] implements a caching mechanism to 
> increase. To complement that change, the CanRead call from the generic 
> DefaultReader.Read can be moved to the constructor,  since there is no need 
> to call CanRead ebery time Read is called. 
> PreresolvingDatumReader already works that way.
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to