create table t1 (a int auto_increment primary key, b bigint, c char(100), d varchar(1000)) row_format = compressed block_size = 2048 with column group (all columns, each column); insert into t1 (b, c, ...
"""Demonstrate basic encoding and decoding.""" ...