A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.snowflake.com/en/sql-reference/sql/desc-search-optimization below:

Website Navigation


DESCRIBE SEARCH OPTIMIZATION | Snowflake Documentation

DESCRIBE SEARCH OPTIMIZATION

Describes the search optimization configuration for a specified table and its columns.

DESCRIBE can be abbreviated to DESC.

See also:

Search Optimization Service

Syntax
DESC[RIBE] SEARCH OPTIMIZATION ON <table_name>;

Copy

Parameters
table_name

Specifies the identifier for the table to describe. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.

Output

The command prints a table containing information on each search method and target in the search optimization configuration. The table contains the following columns:

Column Name

Description

expression_id

Unique identifier for a search method and target.

method

Search method for optimizing queries for a particular type of predicate:

target

Column or VARIANT field that the method applies to.

target_data_type

Data type of the column or VARIANT field.

active

Specifies whether or not the expression has finished the initial build of the search access paths for the expression.

Usage notes Examples

See Displaying the search optimization configuration for a table.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4