1
0
forked from docs/doc-exports
doc-exports/docs/ddm/umn/ddm_03_0039.html
Ru, Li Yi 4b09a03a51 ddm_umn
Reviewed-by: Wagner, Fabian <fabian.wagner@t-systems.com>
Co-authored-by: Ru, Li Yi <liyiru7@huawei.com>
Co-committed-by: Ru, Li Yi <liyiru7@huawei.com>
2024-04-11 11:39:26 +00:00

1.3 KiB

Setting a Hint to Skip the Cached Execution Plan

DDM allows you to configure a hint to control whether each SELECT statement skips the cached execution plan.

The hint is in the format of /*!GAUSS:skip_plancache=flag*/.

flag can be set to true or false. true indicates that the statement skips the cached execution plan. false indicates that the statement does not skip the cached execution plan.

Currently, this function only applies to SELECT statements.