Note
This parameter is introduced in ODP V4.2.3.
Description
scan_buffered_rows_warning_threshold sets the row count threshold for sharded table scan requests. When exceeded, ODP logs a warning.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Integer |
| Default value | 50000 |
| Value range | [-1, +∞) |
| Effective only after ODP restart | No |
Examples
Run the following command to set the threshold to 60000 rows:
obclient> alter proxyconfig set scan_buffered_rows_warning_threshold= 60000;
