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 (performance improvement): In 22.2, we introduced support for DISCARD TEMP and made DISCARD ALL actually discard temp tables. This
implementation ran expensive logic to discover temp schemas rather than
consulting in-memory data structures. As a result, DISCARD ALL, which
is issued regularly by connection pools, became an expensive operation
when it should be cheap. This problem is now resolved.
Exalate commented:
Related PR: cockroachdb/cockroach#96102
Commit: cockroachdb/cockroach@a814125
Release note (performance improvement): In 22.2, we introduced support for
DISCARD TEMP
and madeDISCARD ALL
actually discard temp tables. Thisimplementation ran expensive logic to discover temp schemas rather than
consulting in-memory data structures. As a result,
DISCARD ALL
, whichis issued regularly by connection pools, became an expensive operation
when it should be cheap. This problem is now resolved.
Jira Issue: DOC-6699
The text was updated successfully, but these errors were encountered: