• Daniel Black's avatar
    CHECKSUM TABLE to calculate in multiple column chunks · 51a66299
    Daniel Black authored
    Checksum implementations contain optimizations for calculating
    checksums of larger blocks of memory.
    
    This optimization calls my_checksum on a larger block of memory
    rather than calling on multiple adjacent memory as its going though
    the table columns for each table row.
    51a66299
sql_table.cc 324 KB