We have an income entity in our system, which from our Dataverse storage use seems to average about 6.8k in size per record, compared to our Contact record (with many more columns) which only consumes on average 5.2k. We have 19m records, so are also looking to find ways to roll them up.
Can you think of why it might be so large, and ways we can reduce it?
We're considering:
- removing redundant columns
- moving data from multi-line columns to a new single-line text column.
Anything else you can think of?
Thanks