Spider Status Variables
The following status variables are associated with the Spider storage engine. See Server Status Variables for a complete list of status variables that can be viewed with SHOW STATUS.
See also the Full list of MariaDB options, system and status variables.
Spider_direct_aggregate
Spider_direct_aggregateDescription: Number of times direct aggregate has happened in spider. That is, in a partitioned spider table, instead of scanning individual rows in remote tables corresponding to partitions for aggregation functions like
SUMandCOUNT, spider forwards aggregate queries to these tables directly and aggregate the results.Scope: Global, Session
Data Type:
numeric
Spider_direct_delete
Spider_direct_deleteDescription:
Scope: Global, Session
Data Type:
numericIntroduced: MariaDB 10.3.3
Spider_direct_order_limit
Spider_direct_order_limitDescription:
Scope: Global, Session
Data Type:
numeric
Spider_direct_update
Spider_direct_updateDescription:
Scope: Global, Session
Data Type:
numericIntroduced: MariaDB 10.3.3
Spider_mon_table_cache_version
Spider_mon_table_cache_versionDescription: The version of the spider monitoring table cache, always less than or equal to
Spider_mon_table_cache_version_req. If the inequality is strict, then the cache is refreshed when the spider udfspider_ping_tableis called. When the cache is refreshed, the value ofSpider_mon_table_cache_versionis brought up to be the same value asSpider_mon_table_cache_version_req.Scope: Global, Session
Initial value: 0
Data Type:
numeric
Spider_mon_table_cache_version_req
Spider_mon_table_cache_version_reqDescription: The required version of the spider monitoring table cache. A call to the spider udf spider_flush_table_mon_cache will cause its value to be incremented by one, thus ensuring a refresh of the cache will happen when needed.
Scope: Global, Session
Initial value: 1
Data Type:
numeric
Spider_parallel_search
Spider_parallel_searchDescription:
Scope: Global, Session
Data Type:
numericIntroduced: MariaDB 10.3.3
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?

