CHECKSUM TABLE to calculate in multiple column chunks
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.
Showing
Please register or sign in to comment