added
Update Concurrent Query Execution Limit (CQEL) support
7 months ago by Grace Zhao
The Concurrent Query Execution Limit (CQEL) refers to the maximum number of queries that a single Virtual Instance will execute concurrently.
The limit can now be configured per Virtual Instance in the Virtual Instances tab of the console or the Update Virtual Instance REST API endpoint in the settings
field.
As part of this new feature, we updated the default CQEL values to be scaled by Virtual Instance size. These new default values were chosen to be more performant than the previous default CQEL of 6 for most workloads. To avoid any disruptions for existing customers, these new default CQEL values are only applied automatically to new Virtual Instances.
Memory-Optimized VI size | General Purpose VI size | Default CQEL |
---|---|---|
XSmall | Small | 1 |
Small | Medium | 2 |
Medium | Large | 4 |
Large | XL | 6 |
XL | 2XL | 9 |
2XL | 4XL | 13 |
4XL | 8XL | 20 |
8XL | 16XL | 30 |
16XL | 32XL | 45 |
32XL | - | 68 |
Learn more about how to update CQEL here.