Appearance
yrs_data_files_count_critical_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 Critical
severity alert named Yellowbrick Row Store Data Files
when the number of files in the YRS exceeds the configuration threshold. Use the following command to retrieve the count of data files:
sql
select count(*) from yb_yrs_data_files();