Cache Filters Table Schema (cache_filters)


Description

For keeping information about cached data

cache_filters table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
filter VARCHAR 32
version BIGINT 19 0
md5key VARCHAR 32
rawtext LONGTEXT 2147483647 null
timemodified BIGINT 19 0

Table contained -1 rows

cache_filters table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
cachfilt_filmd5_ix Performance Asc/Asc filter + md5key