off-page column
A column containing variable-length data (such as BLOB
and VARCHAR
) that is too long to fit on a B-tree page. The data is stored in overflow pages. The DYNAMIC
row format in the InnoDB Barracuda file format is more efficient for such storage than the older COMPACT
row format.
See also B-tree.
See also Barracuda.
See also overflow page.