Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-05-2005, 11:32 PM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default MySQL clustering

Has anyone had any experience with clustering MySQL servers? We're looking into some blade servers for redundancy on the web server side of things, but how would I go about doing the same thing for the database without having syncronization issues?

I noticed that MySQL 5.0 has added this statement: "Reduced hardware costs by incrementally adding several low-cost commodity systems vs. upgrading high-cost mainframe-class systems". I haven't read a whole lot on 5.0, but that makes it sound like I should look into it a little deeper.

Anyone tried this with the 4 line? Downtime is getting to be pretty costly for us, so I need to start looking at something with a safety net. Any suggestions would be appreciated.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #2 (permalink)  
Old 11-29-2005, 12:57 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default Get some ideas here?

http://www.sitepoint.com/forums/forumdisplay.php?f=182


E.g. in this
http://www.sitepoint.com/forums/showthread.php?t=313377 post?

Longneck that post there may be the right person to contact. Is the links he give to the http://dev.mysql.com site of any relevance?
Reply With Quote
  #3 (permalink)  
Old 11-29-2005, 01:08 AM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default Not quite.

That's all performance tuning. What I am looking for is clustered servers so that one crashing / rebooting / whatever doesn't take the web site down. I suppose clustering isn't the correct term, but it's related.

Redundancy is what I'm after more than performance. Our Quad processor machine is more than enough hardware wise, 4 GB of RAM is overkill for a simple database, but downtime is still a killer when I need to reboot for security updates / etc.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #4 (permalink)  
Old 11-29-2005, 01:18 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default Are you looking for

clustering, redundancy and load balancing (Raidxx)?

Zeus is a scalable, secure, and high performance web server. What makes Zeus so popular is that it uses a small number of single-threaded I/O processes, wich are capable of handling tens of thousands of simultaneous connections.

In that respect, Zeus may be better than the front-runner Apache.
Reply With Quote
  #5 (permalink)  
Old 11-29-2005, 01:22 AM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default We're running RAID

We're running RAID. However, if I have to reboot that machine, I have no database to query. That's the type of redundancy I need.

Speed is not the concern - stability is the goal here.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #6 (permalink)  
Old 11-29-2005, 01:26 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default Edited with info on

the Zeus web server.
Reply With Quote
  #7 (permalink)  
Old 11-29-2005, 01:32 AM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default Apache is handled...

Apache is handled... BigIP takes care of that. I'm asking about database servers here, not http servers. We're talking apples and oranges here.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #8 (permalink)  
Old 11-29-2005, 01:36 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default More info.

"But to handle the kind of I/O processing that Zeus offers you need either very fast equipment or a good cluster of servers. Fortunately, Zeus comes native with web server clustering support enabling a set of web servers to act as a single web server for the end user and allowing the load of serving web pages to be balanced across a set of different computers and (assuming your website has the bandwith) multiple connections."
Source: Janice Reynolds. "The complete E-Commerce book" page 117.
Reply With Quote
  #9 (permalink)  
Old 11-29-2005, 01:41 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default Yes may be,

and you shall use MySQL? Then go to the http://www.mysql.com/ site or a MySQL forum and ask is my last proposal.

If you have money, is there a better (more secure / stable) database server than Oracle?
Reply With Quote
  #10 (permalink)  
Old 11-29-2005, 01:44 AM
brian.mark's Avatar
Administrator
 

Join Date: Jul 2004
Location: Omaha
Posts: 2,717
brian.mark RepRank 2brian.mark RepRank 2
Default So?

So, how do I query a Zeus server to get a set of results? I don't. It's a http server, not a database server. BigIP and Apache works fine for me. I'm talking about databases and you're telling me to dump apache. Ugh.

If my car has a flat, does it matter what engine is in it?

Quote:
Originally Posted by kgun
and you shall use MySQL? Then go to the http://www.mysql.com/ site or a MySQL forum and ask is my last proposal.
I believe I asked this in the "Database discussion forum". That sounds like it's got to be at least partially MySQL.

Brian.
__________________
ToolBarn.com, an Internet Retailer Top 500 and Inc. 500 Company | Tool Parts | Pet Supplies
Reply With Quote
  #11 (permalink)  
Old 11-29-2005, 01:45 AM
kgun's Avatar
WebProWorld 1,000+ Club
 

Join Date: May 2005
Location: Norway
Posts: 5,344
kgun RepRank 3kgun RepRank 3
Default Yes

agree, but I looked at the date of your posting :-) :-)
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0