What is the storage space for a number type in DynamoDB Number vs string type?
Say I have a number (1234789). If I store it as a number type, then it will take just 4 bytes, and as a string, it will take 7 bytes?
Do DynamoDB store all numbers as bigdecimal?