If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Routing Reads and Writes to Different Servers

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-06, 10:56
forgueam forgueam is offline
iNET Interactive
 
Join Date: Sep 2004
Posts: 19
Question Routing Reads and Writes to Different Servers

I am currently forumulating a strategy for our MySQL servers to provide performance, redundancy, backups and high availability.

I have been reading a lot about MySQL's replication capabilities. Several places recommend routing all write queries (insert, update, etc.) to the master server, and routing all read queries(select) to the slave servers.

I am wondering how this is accomplished. Is this something that can be set up in MySQL to do this, or is it handled via application logic? Could someone possibly provide an example of this?

Thanks in advance for any advice!

Aaron

Last edited by forgueam; 06-16-06 at 11:00.
Reply With Quote
  #2 (permalink)  
Old 06-18-06, 06:02
braindancer braindancer is offline
Registered User
 
Join Date: Mar 2005
Location: Kiev, Ukraine
Posts: 5
I'm also quite interested in such an architecture. If you find a solution somewhere, I would appreciate if you briefly described it here.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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