← Shopware 5.7.11

Shopware 5.7.11 s_articles_similar_shown_ro

Pre-computed 'customers also viewed' product relations (read-optimized cache table).

Columns

5 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
article_id int(11) unsigned NO Index
related_article_id int(11) NO
viewed int(11) unsigned NO Index, Default: 0
init_date datetime NO

Indexes

3 indexes

Index Name Columns Unique
PRIMARY id Yes
viewed viewed,related_article_id,article_id No
viewed_combination article_id,related_article_id Yes