Ivan Bessonov created IGNITE-26022:
--------------------------------------

             Summary: Support inlined comparison for decimal types
                 Key: IGNITE-26022
                 URL: https://issues.apache.org/jira/browse/IGNITE-26022
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


Current code always creates instances of {{BigDecimal}} in comparator, but 
that's not necessary in most cases:
 * if signs are different, the result is trivial
 * if scale is the same, we can compare payloads byte by byte
 * there might be some good things that we can do if scales are different



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

Reply via email to