Note
This parameter is introduced in ODP V4.3.5.
Description
enable_scan_all_request controls whether scan_all is allowed in obsharding mode. When False, scan_all returns an error.
Attributes
Attribute |
Description |
|---|---|
| Parameter type | Boolean |
| Default value | True |
| Value range |
|
| Effective only after ODP restart | No |
Examples
Run the following command to disable scan_all:
obclient> alter proxyconfig set enable_scan_all_request='False';
