Jump to content
xt:Commerce Community Forum

1104-The SELECT would examine more than MAX_JOIN_SIZE ab 7000 Artikeln bei Suche


Citsadmin

Recommended Posts

Hallo zusammen.

Ich habe ein Problem mit der Suchfunktion, ich habe schon mehrmals den shop neu aufgelegt und alle Artikel eingespielt. Jedesmal das gleiche Problem ab ca 7000 Artikeln.

1104 - The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET SQL_MAX_JOIN_SIZE=# if the SELECT is okay


SELECT distinct p.products_id, p.products_price, p.products_model, p.products_quantity, p.products_shippingtime, p.products_fsk18, p.products_image, p.products_weight, p.products_tax_class_id, pd.products_name, pd.products_short_description, pd.products_description FROM products AS p LEFT JOIN products_description AS pd ON (p.products_id = pd.products_id) LEFT OUTER JOIN specials AS s ON (p.products_id = s.products_id) AND s.status = '1' WHERE p.products_status = '1' AND pd.language_id = '2' AND ( ( pd.products_keywords LIKE ('%samsung%') OR pd.products_name LIKE ('%samsung%') OR p.products_model LIKE ('%samsung%') ) ) GROUP BY p.products_id ORDER BY p.products_id 


[XT SQL Error]

Ich habe alle Einstellungen und Optimierungen vorgenommen, zu denen ich Informationen finden konnte.

-Unter Suchoptionen ist das Suchen in Produktbeschreibungen und Attributen deaktiviert.

-Ich hatte es vorher schon mit einem zusätzlichen Index auf Product Atrributes versucht.

- SQL_MAX_JOIN_SIZE wurde vom Admin auf 20 gesetzt.

- Zur Performanceverbesserung wurde ein Index bei Product to Categories auf categories_id gesetzt.

Ich hoffe Ihr könnt mir weiterhelfen.

Vielen Dank

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...