Class InefficientQueryInfo (0.2.0)

InefficientQueryInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata about inefficient query signal info for a database resource.

Attributes

Name Description
database str
Name of the database where index is required. For example, "db1", which is the name of the database present in the instance.
table str
Name of the table where index is required
sql_index_statement str
SQL statement of the index. Based on the ddl type, this will be either CREATE INDEX or DROP INDEX.
storage_cost_bytes int
Cost of additional disk usage in bytes
impacted_queries_count int
Count of queries to be impacted if index is applied