Jump to content

Hebergement OVH et nombre de produits dans la boutique


ceriz

Recommended Posts

Bonjour,

 

Je vais résumer rapidement,

 

J'ai une boutique en cours de construction, j'ai importer plus de 100 000 produits et il m'en reste pret de 25 000 à importer

 

j'ai un Hebergement mut PERFORMANCE 1, je ne vous cache pas qu'il rame, surtout dans le back office quand j'utilise storecommander, (a titre d'info super outils)

 

j'ai eu cette erreur :

 

limite "MAX_JOIN_SIZE" sur votre serveur, la requête suivante :

SELECT p.id_product,p.`id_shop_default`,p.`active`,p.`reference`,p.`quantity`,p.`minimal_quantity`,p.`price`,p.`id_tax_rules_group`,cp.position,pl.link_rewrite,pl.`name`,i.id_image,sa.quantity, sa.out_of_stock,"" as last_order FROM ps_category_product cp
LEFT JOIN ps_product p ON (cp.id_product= p.id_product)
LEFT JOIN ps_category c ON (cp.id_category= c.id_category)
LEFT JOIN ps_product_lang pl ON (pl.id_product= p.id_product AND pl.id_lang=1) LEFT JOIN ps_image i ON (i.id_product= p.id_product AND i.cover=1)LEFT JOIN ps_product_supplier ps ON (ps.id_product=p.id_product AND ps.id_product_attribute=0 AND ps.id_supplier=p.id_supplier)
LEFT JOIN ps_stock_available sa ON (sa.id_product=p.id_product AND sa.id_product_attribute=0 AND sa.id_shop=1)
INNER JOIN ps_product_shop prs ON (prs.id_product=p.id_product AND prs.id_shop = p.id_shop_default)WHERE 1=1 AND cp.id_category=636 GROUP BY p.id_product ORDER BY cp.position

erreur dans phpMyAdmin :

#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

 

(apparemment il y a la meme erreur avec le module navigation a facette qui es super mal construit)

 

donc j'ai levée cette erreur avec la commande suivant dans le fichier /config/config.inc.php

 

Db::getInstance()->execute('SET SQL_BIG_SELECTS = 1');

(j'ai rajouter cette commande car je ne pouvais plus utiliser storecommander, les catégories qui avaient plus de 40 produits n'affichaient pas le contenu)

 

Ma question, est-ce qu'un performance 4 chez ovh pourra etre assez puissant pour supporter mon site ou doit-je passer par un dédié ?

Edited by ceriz (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...