I have built and deployed Orckestra C1 sites and really loved the framework. The last site was kind of a hybrid of C1 XML for the content, and some SQL DB calls to get client data on some select pages. This worked perfectly. Site is fast and easy to maintain.
Now, I'm looking to use C1 to replace an old Asp built site, but it has a different set of data problems. Imagine a widget site with 1000 widgets where each item may have a relation to 20-30 other data points (joined tables). Along with the data, each widget might have 20-30 related images. Which could results in 20,000 to 30,000 images on the server. On a daily bases the site might get 600 unique visitors/day. There will be ~20 core pages, but some of those core pages will be dynamic content to display some variation of the widgets dynamically. From an admin side, yes they will be doing CRUD operations and other maintenance I would like to drive this through the C1 console or a custom admin UI.
My question: What is the tipping point to run the SQL migration tool to move from XML to SQL for Orckestra C1? We are trying to see if we really need to pay for SQL on Azure to estimate the monthly cost of running this site.
What are the best practices (case studies) that people have experience with C1 to make sure their site doesn't get bogged down with XML data files or images? Memory usage, disk IO, or CPU? Any bench marks published on scaled out C1 XML data files?
Thank you.