You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/04/11 01:40:05 UTC

[GitHub] [incubator-doris] liaoxin01 commented on issue #8796: [Proposal] Make date/decimal read and evaluation faster

liaoxin01 commented on issue #8796:
URL: https://github.com/apache/incubator-doris/issues/8796#issuecomment-1094457869

   I'm planning to implement decimalv3. The storage layer and computing layer will use a unified data type. Select the data type according to the precision, which can be int32, Int64 or int128. It will improve the precision of decimal and support up to 38 significant digits. It also can avoid the conversion between computing layer and storage layer, and make reading and evaluation faster.


-- 
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: commits-unsubscribe@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org