How much less efficient would it be to store some fields as a BigDecimal instead of as an Integer in a Rails app?
Some computation (a bunch of arithmetic) will be done with these values.
Does this affect performance for Rails, the database or Ruby in general?