[ 
https://issues.apache.org/jira/browse/AVRO-4007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Tzvetanov Grigorov resolved AVRO-4007.
---------------------------------------------
    Fix Version/s: 1.12.0
                   1.11.4
       Resolution: Fixed

> [Rust] Faster is_nullable for UnionSchema
> -----------------------------------------
>
>                 Key: AVRO-4007
>                 URL: https://issues.apache.org/jira/browse/AVRO-4007
>             Project: Apache Avro
>          Issue Type: Improvement
>          Components: rust
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0, 1.11.4
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> https://github.com/apache/avro/pull/2961
> {code}
> Writing large amounts of avro data in rust is slow because (in my case) ~40% 
> of total run time is spent in the function UnionSchema::is_nullable. The 
> issue is that the x == Schema::Null invokes schema canonicalization which is
> apparently somewhat slow. I've modified the method to use match instead and 
> see a considerable performance improvement.
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to