DROP FORMAT OUTLINE

2024-03-05 01:54:26  Updated

Purpose

You can use this statement to drop a fuzzy outline from OceanBase Database. After the fuzzy outline is dropped, OceanBase Database no longer follows the outline when generating new execution plans for the corresponding SQL statement.

Syntax

DROP FORMAT OUTLINE outline_name;

Parameters

Parameter Description
outline_name The name of the fuzzy outline to be dropped.

Examples

Drop the outline named outline1.

obclient> DROP FORMAT OUTLINE outline1;      
Query OK, 0 rows affected

Contact Us