-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
With the completion of MONGOID-4237, we will have added a new global flag which will allow the user to specify that they want BigDecimals to be stored as Decimal128s in the database instead of strings. Document this, and explain the drawbacks of using Decimal128 instead of strings:
- Decimal128 has range and precision limitations
- Decimal128 has signed NaNs
- Decimal128 keeps track of trailing zeros
- is related to
-
MONGOID-5212 Implement transparent storage of BigDecimal values as Decimal128
- Closed