This command sets configuration parameters for VAST Database and VAST Catalog, such as the number of splits and subsplits. Fine-tuning the splits helps improve VAST Catalog performance for queries that require scanning a large amount of table rows.
Usage
cluster vast-db-configure {--splits COUNT | --subsplits COUNT}Options
| Sets the number of splits (concurrent threads) used when processing VAST Database and VAST Catalog queries. Valid values are from 1 to 256. The default value is 8. |
| Sets the number of subsplits for VAST Database and VAST Catalog queries. Valid values are from 1 to 64. The default value is 8. |
Example
vcli: admin> cluster vast-db-configure --splits 16