Manual:querycache table/ja
From MediaWiki.org
| ↑ Manual:Contents/ja | MediaWiki データベース レイアウト | querycache table/ja |
テーブルは複雑なグループクエリをキャッシュするために使用されます。
describe querycache; により、下記の内容を示します。
+--------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+---------------------+------+-----+---------+-------+ | qc_type | char(32) | | MUL | | | | qc_value | int(5) unsigned | | | 0 | | | qc_namespace | tinyint(2) unsigned | | | 0 | | | qc_title | char(255) binary | | | | | +--------------+---------------------+------+-----+---------+-------+
| MediaWiki version: | 1.8 |
describe querycache; により、MediaWiki 1.8 においては下記の内容を示します。:
+--------------+-----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-----------------+------+-----+---------+-------+ | qc_type | char(32) | NO | MUL | NULL | | | qc_value | int(5) unsigned | NO | | 0 | | | qc_namespace | int(11) | NO | | 0 | | | qc_title | char(255) | NO | | NULL | | +--------------+-----------------+------+-----+---------+-------+
| MediaWiki version: | 1.9 |
mysql> describe mw_querycache; +--------------+-----------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +--------------+-----------------+------+-----+---------+-------+ | qc_type | char(32) | NO | MUL | NULL | | | qc_value | int(5) unsigned | NO | | 0 | | | qc_namespace | int(11) | NO | | 0 | | | qc_title | char(255) | NO | | NULL | | +--------------+-----------------+------+-----+---------+-------+ 4 rows in set (0.00 sec)
| 言語: | English • 日本語 • polski |
|---|

