show | describe space query

Provides information on cost of execution of each seeder. The cost of a query execution can be measured by the time taken to execute a query. If there are indexes, the cost of execution is measured by the number of entries. If not, it is measured by the time taken to execute the query.

Syntax

show | describe space <string> query[filter <string>]

Parameters

The following table describes the parameters for this command.

show | describe space query Parameters
Parameter Description
space The name of the space for which information is needed. The name value must be in single or double quotes.
queryPlan Returns the string representing the query execution plan.