persistent statistics


A feature in MariaDB 5.6 that stores index statistics for InnoDB tables on disk, providing better plan stability for queries. The statistics are recalculated only by running the ALTER TABLE statement.

See also index.

See also optimizer.

See also plan stability.

See also query.

See also table.

Retornar