In an Android application,
Configuration 1:
There is SQLite with 3 Columns as following:
Column1:Image1
Column2:Image2
Column3:Image3~Image4~Image5~Image6~Image7~Image8~Image9~Image10
Where Image3 to Image10 are seperated by '~'
Configuration 2:
Now, If I assign separate columns for Image4 to Image10 then there would be 10 columns with the same data
Question:
The database size of Configuration 2 would be bigger than the database size of Configuration 1
When the number of rows in the database is more then the difference between the sizes is higher and considerable
Why?