Jump to content
MediaWiki

Manual:transcache table

From mediawiki.org
MediaWiki versions:
1.8 – 1.31

The transcache table is used to cache content that has been transcluded from other MediaWiki installations. See the interwiki table docs and the $wgEnableScaryTranscluding configuration variable for details on the feature. (removed in 1.32)

Fields

[edit ]

tc_url

[edit ]

URL of cached content.

tc_contents

[edit ]

Contents of cache.

tc_time

[edit ]

Timestamp of cache.

Schema summary

[edit ]
MediaWiki versions:
1.16 – 1.31

DESCRIBEtranscache;

+-------------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------------+------+-----+---------+-------+
| tc_url | varbinary(255) | NO | PRI | NULL | |
| tc_contents | text | YES | | NULL | |
| tc_time | binary(14) | NO | | NULL | |
+-------------+----------------+------+-----+---------+-------+
MediaWiki versions:
1.10 – 1.15

DESCRIBEtranscache;

+-------------+----------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+----------------+------+-----+---------+-------+
| tc_url | varbinary(255) | NO | PRI | NULL | |
| tc_contents | text | YES | | NULL | |
| tc_time | int(11) | NO | | NULL | |
+-------------+----------------+------+-----+---------+-------+
MediaWiki versions:
1.5 – 1.9

DESCRIBEtranscache;

+-------------+--------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+-------------+--------------+------+-----+---------+-------+
| tc_url | varchar(255) | NO | PRI | NULL | |
| tc_contents | text | YES | | NULL | |
| tc_time | int(11) | NO | | NULL | |
+-------------+--------------+------+-----+---------+-------+

Indexes

[edit ]
MediaWiki versions:
1.30 – 1.31

SHOWINDEXINtranscache;

+------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
+------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
| transcache | 0 | PRIMARY | 1 | tc_url | A | 0 | NULL | NULL | | BTREE | | |
+------------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+---------------+
Engines
Current
Former
Technical documentation
Configuration
Development
Core tables
Current
Former

AltStyle によって変換されたページ (->オリジナル) /