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

yx91490 resolved IMPALA-11504.
------------------------------
    Fix Version/s: Impala 4.2.0
       Resolution: Fixed

> Speed up Decimal16Value division by specializing 
> DecimalUtil::GetScaleMultiplier<int256_t>()
> --------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-11504
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11504
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: yx91490
>            Assignee: yx91490
>            Priority: Major
>             Fix For: Impala 4.2.0
>
>
> There exists a call chain:
> {code:java}
> DecimalValue<int128_t>::Divide() -> 
> DecimalUtil::MultiplyByScale<int256_t>() ->
> DecimalUtil::GetScaleMultiplier(){code}
> but decimal-util.h didn't specialize 
> DecimalUtil::GetScaleMultiplier<int256_t>(), causing more performance loss.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to