← Shopware 5.7.6

Shopware 5.7.6 s_articles_also_bought_ro

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

Columns

4 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 Index
sales int(11) unsigned NO Default: 0

Indexes

5 indexes

Index Name Columns Unique
article_id article_id No
bought_combination article_id,related_article_id Yes
get_also_bought_articles article_id,sales,related_article_id No
PRIMARY id Yes
related_article_id related_article_id No