cellSizeCheck

Queries or sets the cell_size_check flag.

When enabled (true), SQLite performs additional checks to ensure that b-tree pages are well-formed. This can help detect database corruption early but adds a small performance overhead. When disabled (false, the default), these checks are skipped.

This pragma is primarily intended for testing and debugging the SQLite library itself and is generally not needed for application use.

Author

MOHAMMAD AZIM ANSARI

See also