Umbraco for highh volume e-commerce
# contributing
a
Hi all, looking to see if Umbraco will be a good fit for us as we design and build our website. We have almost 500K SKUs and I didnt know if there are limits to the number of items you can have. Also has anyone used any form of parametric search on their site? We sell electronic components and people will use a parametric search to hit all of our attributes in some cases 20 - 25 per SKU.
j
Hey Andy, This would be better asked in #1125392773038755890 for more reach. Yes it can handle 500K products and I can recommend Umbraco Commerce, Umbraco's official e-commerce, product for this. There is no limit to the number of items you can have (well, there's only so much RAM you can put in a database server I guess 😁) WRT "parametric" search, I presume you mean searching with multiple parameters of different types? Umbraco comes with Examine, a wrapper around lucene.Net, out of the box and this can do complex multi-parameter search, and very well, though some prefer to integrate other search solutions (Azure search, algolia etc.) depending on their needs.