Comments - page_checksum performance implications
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.
i didn't read the repair code, but a checksum per table only can check if a full table was broken, a checksum per page is faster to repair and find where table is broken it's a extra safety? i think not, it's a faster repair feature (in my opnion) but must check what this change in source code of aria handler