I have 2 snowflake tables, 1 stage table(ABC_Stg) and 1 regular table (ABC) with additional 2 columns , src_updt_time and md5 calculation values of remaining columns, MD5_Cal, so only 2 columns data extra compare to stage tables. However I see very huge size difference between these 2 tables for same rows.I do insert from stage to regular table and add systimestamp and md5 calculation value in my insert statment.
if stage table size is 300 KB for 2500 rows, Regular table has 1.5 MB as a size
Am I doing something wrong here which causes huge spike into regular table size ?
Thank you