mysql - What is CHECKSUM in CREATE TABLE statement and what is default value? -


i see checksum = default defined in create statement table. 1 please tell me checksum in create table statement , default value ?

create table schema.mytable ,no fallback ,      no before journal,      no after journal,      checksum = default,      default mergeblockratio      ( 

note: above structure taken teradata table structure can answer me in terms of database.

the default uses systemwide global value can defined using dbs control utility.

this applicable teradata databases, since checksum integrity implemented differently different databases (so it's not possible answer in terms of 'any database'), though may similar. more on teradata checksum see documentation.

as checksum purpose, it's additional (to file system) data integrity verification. hash calculated on data being written, , written alongside it. on subsequent read hash calculated read data, , compared. if differ, means data corrupted.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -