Query Acceleration Service: Expanded support for INSERT statements¶

Attention

This behavior change is in the 2024_02 bundle.

For the current status of the bundle, refer to Bundle History.

The query acceleration service can accelerate eligible queries by offloading portions of the query processing to serverless compute resources that are provided by the service.

Query acceleration service support for INSERT statements behaves as follows:

Before the change:

Eligible INSERT statements that include a SELECT statement can be accelerated. Only the scan portion with a selective filter can be eligible for acceleration.

After the change:

All portions of eligible INSERT statements can be accelerated.

This change might result in additional query acceleration service usage for your account.

Ref: 1487