Hi, I noticed that put.heapSize() is bloating data by 10x of the original.
If I add up the bytes in rowkey, family, columName and columnValue of my data in Put object, if it constitutes 1 MB, put.heapSize() for the same is 10 MB. Wondering which component exactly is causing this overhead and whether there is a way to optimize it. Let me know if anyone has seen the same behavior. Thank you
