Updated at July 17, 2026 02:08 PM
box.info.sql
Get information about the cache for all SQL prepared statements. The returned table contains the following fields:
cache.size– the actual cache size (in bytes) for all SQL prepared statements. To configure the maximum cache size, use the sql.cache_size option.cache.stmt_count– the number of statements in the SQL prepared statement cache.
Return type
table