You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release note (sql change): Add a new prepared_statements_cache_size
setting which, when set to a non-zero number of bytes, causes the least-
recently-used prepared statements to be automatically deallocated when
prepared statement memory usage goes above the cache size. This setting
can be used to avoid prepared statement leaks from long-lived
connections which never DEALLOCATE prepared statements.
Exalate commented:
Related PR: cockroachdb/cockroach#99254
Commit: cockroachdb/cockroach@d4fed1c
Fixes: CRDB-24930
Release note (sql change): Add a new
prepared_statements_cache_size
setting which, when set to a non-zero number of bytes, causes the least-
recently-used prepared statements to be automatically deallocated when
prepared statement memory usage goes above the cache size. This setting
can be used to avoid prepared statement leaks from long-lived
connections which never
DEALLOCATE
prepared statements.Jira Issue: DOC-7331
The text was updated successfully, but these errors were encountered: