Largest AbleCommerce 7 store?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Largest AbleCommerce 7 store?

Post by nickc » Mon Jul 14, 2008 12:55 pm

I'm interested in finding out how big an AbleCommerce 7 store can scale - from an application perspective, not hardware.
Does anyone out there have 100,000+ products and/or page views? I'd love to hear comments about and get links to your largest implementation of a store...

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: Largest AbleCommerce 7 store?

Post by igavemybest » Wed Jul 16, 2008 7:38 pm

I have a ton of items, not over 100,000+, but able commerece should be unaffected by either this or page views. It is witten very well in ASP.NET (same as Myspace) and will be able to handle anything you can throw at it. The only limitations of it would be your SQL Server host and your AC7 host and their bandwidth.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Largest AbleCommerce 7 store?

Post by AbleMods » Wed Jul 16, 2008 9:07 pm

There are plenty of performance boundaries that can be hit, both directly and indirectly related to a large catalog. How well the Able SQL scripts can respond with data totally depends on the hardware platform(s) involved and how well Able has designed the scripts.

I see a noticeable site performance hit when my page views table passes 150,000. My db and site are on the same machine running 15k drives with a dual-core Xeon and 4Gb RAM. No other sites or apps on the server. Then there are all the anonymous baskets, log files and IIS logging still to contend with in the background.

My simple search is already taking 3-5 seconds to respond and I'm only running 10,000 products, another 12,000 variants and roughly 66,000 product image files. I sure wouldn't want to see it with 100,000 products :roll:
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Re: Largest AbleCommerce 7 store?

Post by Shopping Cart Admin » Wed Jul 16, 2008 10:08 pm

Hello Joe,

Besides not being PCI compliant running your SQL server on the same box is a big performance issue. On equipment much less than you're running on our older 5.5 product I've seen sites doing nearly 300gb of traffic a month. SQL server MUST be on it's own server to have any clue as to the performance capability of AbleCommerce 7.0!

The search must be optimized for large catalogs that's for sure, but all of the rest of the queries have been tested with over a million products.
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Largest AbleCommerce 7 store?

Post by nickc » Thu Jul 17, 2008 9:57 am

I've seen mention of implementing FTS, that it was originally left off for portability to MySQL which never transpired. Is this in the works?

Post Reply