giuli8 Posted December 17, 2009 Posted December 17, 2009 Oscommerce does work fine with 10.000 articles? Thank in advance
Bryce F Posted December 17, 2009 Posted December 17, 2009 Oscommerce does work fine with 10.000 articles? Thank in advance I assume you mean "10000 different products". The easy answer is no - it's query engine is too slow because of inefficient database joins (products and products_descriptions is especially slow). The hard answer is: it's absolutely capable if you do some hacking. I completely rewrote the query engine for my osC store and consolidated products and products_descriptions into 1 table. I have about 35000 different products and it works lightning fast.
Xpajun Posted December 17, 2009 Posted December 17, 2009 The hard answer is: it's absolutely capable if you do some hacking. I completely rewrote the query engine for my osC store and consolidated products and products_descriptions into 1 table. I have about 35000 different products and it works lightning fast. So the answer is yes then :-" :-" My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary
Hotclutch Posted December 17, 2009 Posted December 17, 2009 There are osCommerce stores around with a million plus products, but I assume they have some database optimization in place.
Bryce F Posted December 17, 2009 Posted December 17, 2009 So the answer is yes then :-" :-" The answer is yes, but doing this is non-standard. You will have to customize your version of osC to do this. Unfortunately, there is no set way to do this and will vary case-by-case, depending on what your specific needs were. In my case, I combined 2 tables ("products" and "products_description") and cleaned up every single query to reflect this change. I had to make a lot of other little changes too. Most people won't be able to help you with this because, as I said earlier, there is no set way to do this. If you're comfortable with PHP and MySQL, it's easily doable. If you're not, osC might not be the best choice for a 10000-product store.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.