[Ideas] The goal is to introduce a new numeric type that combines the lossless precision of Numeric types with the computational efficiency of int or float #1077
Unanswered
cherchill2333
asked this question in
Ideas / Feature Requests
Replies: 1 comment 1 reply
-
You can refer to this project https://github.com/2ndQuadrant/fixeddecimal |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
A new numeric type that combines the lossless precision of Numeric types with the computational efficiency of int or float types. This innovation would significantly enhance performance in monetary calculation scenarios.
For example, AnalyticDB PostgreSQL (ADB) includes a feature called Fixnumeric, which achieves this balance.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions