This question relates to the file size resulting from phpmyadmin export.
I am exporting a table using phpmyadmin export.
I had exported the table with 10M rows a few days back.
Now the table has 15M rows. Now, when I export that same table again, the resulting table1.sql file size is less than before. I am using exactly the same export settings (the max query size, etc.)
I have not used compression either time. I am exporting to a flat .sql query file containing 'INSERT INTO' queries.
Is this possible ? Perhaps someone can shed light on the situation.
Couple of things that may be relevant - - phpmyadmin shows a row count smaller than the exact row count next to 'Dump some row(s):'
(Unfortunately, I can't attach either export file - they are just too big.)