Why does changing the time precision of MariaDB from datetime to datetime(6) reduce the amount of space used?

When I execute ALTER TABLE test_table MODIFY COLUMN update_time datetime(6) DEFAULT CURRENT_TIMESTAMP(6);

Why The the amount of space used reduced about 0.8gb?

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.