Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql, kv: add sql.mutations.max_row_size guardrails #11480

Closed
jseldess opened this issue Sep 8, 2021 · 1 comment
Closed

sql, kv: add sql.mutations.max_row_size guardrails #11480

jseldess opened this issue Sep 8, 2021 · 1 comment

Comments

@jseldess
Copy link
Contributor

jseldess commented Sep 8, 2021

PR: cockroachdb/cockroach#67953

From release notes:

Added a new cluster setting, sql.mutations.max_row_size.log, which controls large row logging. Whenever a row larger than this size is written (or a single column family if multiple column families are in use) a LargeRow event is logged to the SQL_PERF channel (or a LargeRowInternal event is logged to SQL_INTERNAL_PERF if the row was added by an internal query). This could occur for INSERT, UPSERT, UPDATE, CREATE TABLE AS, CREATE INDEX, ALTER TABLE, ALTER INDEX, IMPORT, or RESTORE statements. SELECT, DELETE, TRUNCATE, and DROP are not affected by this setting. [#67953][#67953]

@jseldess jseldess added this to the 21.2 milestone Sep 8, 2021
@michae2
Copy link

michae2 commented Sep 8, 2021

Note that this setting was renamed, as described in #11485, and metrics were added, as described in #11490.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants