On Sat, Feb 27, 2010 at 6:55 AM, Medic <[email protected]> wrote: > > I'm planning out what could be a fairly large ebusiness project. It's > probaby going to involve about 300k new database records per month. And > probably about 2mil database queries a month.
There should not be any special considerations to scale to that level. Use CF9's Hibernate features to manage the database, and make smart use of caching. I would start with two app servers, maybe three, a big db server, a cache server or two for static content, and a search/indexing server as my baseline infrastructure. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:312764 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5
