Manual:querycache_info/es table

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Manual: Contenidos de <translate> MediaWiki database layout</translate> <translate> <tvar name=1>querycache_info/es</tvar> table</translate>
Versión de MediaWiki:
<translate> ≥</translate> 1.7

The querycache_info table contains details of updates to cached special pages.

Campos

qci_type

Corresponds to a qc_type value

qci_timestamp

Timestamp of last update

Schema summary

Versión de MediaWiki:
<translate> ≥</translate> 1.10

DESCRIBE querycache_info/es;

+---------------+---------------+------+-----+----------------+-------+
| Field         | Type          | Null | Key | Default        | Extra |
+---------------+---------------+------+-----+----------------+-------+
| qci_type      | varbinary(32) | NO   | PRI |                |       |
| qci_timestamp | binary(14)    | NO   |     | 19700101000000 |       |
+---------------+---------------+------+-----+----------------+-------+
<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.9</tvar> is unsupported version</translate>">
1.7 – 1.9
<translate> MediaWiki versions:</translate>

DESCRIBE querycache_info/es;

+---------------+-------------+------+-----+----------------+-------+
| Field         | Type        | Null | Key | Default        | Extra |
+---------------+-------------+------+-----+----------------+-------+
| qci_type      | varchar(32) | NO   | PRI | NULL           |       |
| qci_timestamp | char(14)    | NO   |     | 19700101000000 |       |
+---------------+-------------+------+-----+----------------+-------+

Indexes

<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.30
<translate> MediaWiki version:</translate>

SHOW INDEX IN querycache_info/es;

+-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table           | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| querycache_info |          0 | PRIMARY  |            1 | qci_type    | A         |           0 |     NULL | NULL   |      | BTREE      |         |               |
+-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+