Manual:querycache_infoテーブル

This page is a translated version of the page Manual:Querycache info table and the translation is 100% complete.
Manual:コンテンツ MediaWiki のデータベース レイアウト querycache_info テーブル
MediaWiki バージョン:
1.7

querycache_info テーブルは、キャッシュされた特別ページに対する更新の詳細を保持します。

フィールド

qci_type

qc_type の値に対応します

qci_timestamp

最終更新のタイムスタンプ

スキーマの要約

MediaWiki バージョン:
1.10

DESCRIBE querycache_info;

+---------------+---------------+------+-----+----------------+-------+
| Field         | Type          | Null | Key | Default        | Extra |
+---------------+---------------+------+-----+----------------+-------+
| qci_type      | varbinary(32) | NO   | PRI |                |       |
| qci_timestamp | binary(14)    | NO   |     | 19700101000000 |       |
+---------------+---------------+------+-----+----------------+-------+
MediaWiki バージョン:
1.7 – 1.9

DESCRIBE querycache_info;

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

インデックス

MediaWiki バージョン:
1.30

SHOW INDEX IN querycache_info;

+-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| 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      |         |               |
+-----------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+