question on cms builder database

3 posts by 2 authors in: Forums > CMS Builder
Last Post: October 16, 2011   (RSS)

Re: [dimeco] question on cms builder database

By Dave - October 14, 2011

Hi Amber,

Yes it can. CMSB Builder is basically an easy to use, light-weight wrapper around the MySQL database, so it can support anything MySQL can.

Developers rarely need to optimize anything but if you do need to you just optimize MySQL the same way you would if you had a custom written application. So you get the benefits of both worlds, fast development with CMSB and the ability to still optimize MySQL for high-traffic websites if you need to.

Regardless, if you are planning a big migration it might be worth it to write a test script to generate 100,000 random articles to test the performance in advance.

Let me know if you have any other questions and I'll be glad to help. :)
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] question on cms builder database

By dimeco - October 16, 2011

Hi Dave - thanks so much.

I did try to set up the cms system once but had a lot of trouble, but that was your first version.

I think I'll tackle figuring some of it out then handing it to you guys as we've discussed in a few quotes in the past. I kind of like to have my hand in figuring it out though first because I'm the one who needs to use it.

Good to know it can handle the power!

Amber