This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

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?

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.