Are there any recommended designs for how to handl...
# general
d
Are there any recommended designs for how to handle currency codes with Pinot tables that store money values?
k
are you planning to convert them into a standard currency?
d
From the client-side, we'll support USD and a customer-specific currency code. Requests made above the customer-level will be USD. Requests made below the customer-level can be specified using USD or customer-level.
We might add more levels of currency support over time. E.g. one at the platform level.
k
best is to have 3 columns
currency type, value, USD value
👍 1