exclude_data_from_backup | Exclude the data in this table from any future backups. | Boolean | false |
infer_rbr_region_col_using_constraint | For tables, automatically populate the hidden crdb_region column on INSERT, UPDATE, and UPSERT by looking up the region of the referenced parent row. Set this parameter to the name of a constraint on the table that includes the crdb_region column. The foreign key cannot be dropped while the parameter is set. | String | NULL |
schema_locked | Indicates that a is not currently ongoing on this table. CockroachDB automatically unsets this parameter before performing a schema change and reapplies it when done. Enabling schema_locked can help running on this table. | Boolean | false |
sql_stats_automatic_collection_enabled | Enable automatic collection of and statistics for this table. | Boolean | true |
sql_stats_automatic_collection_min_stale_rows | Minimum number of stale rows in this table that will trigger a full statistics refresh. | Integer | 500 |
sql_stats_automatic_collection_fraction_stale_rows | Fraction of stale rows in this table that will trigger a full statistics refresh. | Float | 0.2 |
sql_stats_automatic_full_collection_enabled | Enable automatic collection of for this table. | Boolean | true |
sql_stats_automatic_partial_collection_enabled | Enable automatic collection of for this table. | Boolean | true |
sql_stats_automatic_partial_collection_min_stale_rows | Minimum number of stale rows that triggers for this table. | Integer | 100 |
sql_stats_automatic_partial_collection_fraction_stale_rows | Target fraction of stale rows that triggers for this table. | Float | 0.05 |
sql_stats_forecasts_enabled | Enable collection for this table. | Boolean | true |