View Issue Details

IDProjectCategoryView StatusLast Update
0003089OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2012-12-07 14:15
Reporterwebtools Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionunable to reproduce 
Fixed in Version4.5.2 revision 38481 
Summary0003089: getManufacturer Query takes extremely long
Descriptionselect oxmanufacturers.oxid, count(oxv_oxarticles_de.oxid) from oxv_oxmanufacturers_de as oxmanufacturers left outer join oxv_oxarticles_de on oxv_oxarticles_de.oxmanufacturerid=oxmanufacturers.oxid and oxv_oxarticles_de.oxparentid = '' and ( oxv_oxarticles_de.oxactive = 1 ) group by oxmanufacturers.oxid

Takes heavy long (timeout) with a larger manufacturers-table, for example with 2500 manufacturers and a lot of articles (> 50.000).
TagsManufacturer
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

svetlana

2011-08-04 16:12

reporter   ~0004934

@developers: check if this issue still exist and if offered solution is correct

Linas Kukulskis

2011-08-05 14:19

reporter   ~0004938

Reminder sent to: webtools

we tested on our latest test shop with 2500 manufacturers and ~52000 articles. Result is query goes fast in ~0.04s. what times do you get? and what shop version ?

Linas Kukulskis

2011-08-12 16:11

reporter   ~0005020

Reminder sent to: webtools

can you give us a demo data with this issue? please send these data to support with this bug number, we will try to sole with your data because now we can reproduce.

Linas Kukulskis

2011-08-19 13:55

reporter   ~0005068

unable reproduce