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
151067: sql: add sql grammar for inspect command r=bghal a=bghal
The `INSPECT` commands are being added to support data consistency
validation.
These new statements require new SQL grammar.
The grammar is added in this change and the implementations will be
added in future PRs.
Epic: CRDB-30356
Part of: #148272
Release note (sql change): Introduces the `INSPECT TABLE` and `INSPECT
DATABASE` statements that are unimplemented. The new
`enable_inspect_command` cluster setting feature flag configures access
to the new features as they're implemented.
152929: sstbatcher: pass unix nanos when computing stats r=jeffswenson a=jeffswenson
Previously, when regenerating stats from a split, we passed unix seconds to the stats calculation routine instead of unix nanoseconds. This is incorrect, but doesn't seem to have any observable impact on behavior since the time is used to estimate the age of garbage. The SST batcher cannot calculate garbage age bytes since it is missing the previous value and therefore does not know the size of the value.
Epic: none
Release note: none
152974: roachtest: disable use_soft_limit_for_distribute_scan in bulk ingest test r=spilchen a=spilchen
Temporarily disable use_soft_limit_for_distribute_scan in the schema change bulk ingest test to validate that this setting is the root cause of the performance regression observed in issue #152859. It is suspected that the regression occurred due to commit dd57482, which change the default value of use_soft_limit_for_distribute_scan. This just changes the setting back to its original default to verify.
Informs #152859
Release note: None
Co-authored-by: Brendan Gerrity <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Matt Spilchen <[email protected]>
0 commit comments