Open michae2 opened 3 years ago
Should this be a known limitation? Adding the label, but feel free to remove it if not.
We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!
The new max_row_size guardrails added in https://github.com/cockroachdb/cockroach/pull/67953 and https://github.com/cockroachdb/cockroach/pull/69457 miss large rows caused by indexed virtual computed columns. This is because they only check the size of primary key rows, not secondary index rows.
Here's one way to reproduce it:
The first insert fails but the second does not. Both should fail.
Jira issue: CRDB-9646