yrs_commit_records_count_minor_threshold (integer)
🔬 Advanced usage
- Default value (as of this release):
-1
(disabled). - Valid range:
-1
to2147483647
.-1
or0
disable the alert.
This configuration parameter triggers a Minor
severity alert named Yellowbrick Row Store Commit Records
when the number of commit records in the YRS exceeds the configuration threshold. Use the following command to retrieve the count of commit records:
sql
select count(*) from yb_yrs_commit_files();
Parent topic:YRS Alerting Parameters