Hey @Xclipse ,
Thank you for your response. Unfortunately, the behavior I’m observing in my environment is different from what you described.
I created two files:
File1.csv (5 MB)
Filetotal.csv (15 MB)
Both files have the same columns. The only difference is that Filetotal.csv contains three snapshots of the same data found in File1.csv, with the LoadDate column having different dates and the value columns having different values.
When I import File1.csv into a dataset in QuickSight, it generates a 10 MB dataset. However, when I import Filetotal.csv, QuickSight generates a 45 MB dataset.
This is not what I expected, given the repetition of column data.
Could you please provide some insights into why this might be happening?
File1.csv (5mb)
LoadDate, ColumnA, ColumnB, and ColumnC.
01/01/2024,AAA,BBB,10
01/01/2024,AAA,BBB2,15
01/01/2024,AAA,BBB3,15
01/01/2024,AAA1,BBB,100
01/01/2024,AAA1,BBB2,13
01/01/2024,AAA1,BBB3,11
Filetotal.csv (15mb)
LoadDate, ColumnA, ColumnB, and ColumnC.
01/01/2024,AAA,BBB,10
01/01/2024,AAA,BBB2,15
01/01/2024,AAA,BBB3,15
01/01/2024,AAA1,BBB,100
01/01/2024,AAA1,BBB2,13
01/01/2024,AAA1,BBB3,11
02/01/2024,AAA,BBB,102
02/01/2024,AAA,BBB2,152
02/01/2024,AAA,BBB3,151
02/01/2024,AAA1,BBB,190
02/01/2024,AAA1,BBB2,130
02/01/2024,AAA1,BBB3,111
03/01/2024,AAA,BBB,9
03/01/2024,AAA,BBB2,153
03/01/2024,AAA,BBB3,152
03/01/2024,AAA1,BBB,70
03/01/2024,AAA1,BBB2,135
03/01/2024,AAA1,BBB3,110