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 > General > Database Concepts & Design > 2 Syncronized databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-29-09, 04:46
liorm liorm is offline
Registered User
 
Join Date: Nov 2009
Posts: 4
Question 2 Syncronized databases

Hello,

I didn't find any post here about it, cause I don't have the right definition.

My question:
I need to set 2 mechienes which both have databses from some kind.
I also need to sychronize between these database servers (not with a script)
with some build-in mechanism they have.

My goal is to have a backup-server. which means, that if server_1 is down, server_2 will continue to work from the same point, and i will able to access it instead of server_1, and when server_1 comes up, they will syncronize automatically. Also they need to stay syncronized (in their data state) all the time.

Any ideas? how it is called? does Mysql supports it?
Is there any database which supports it?

Thanks,
Reply With Quote
  #2 (permalink)  
Old 11-29-09, 05:04
liorm liorm is offline
Registered User
 
Join Date: Nov 2009
Posts: 4
Ok, MySQL Cluster is what I was looking for.

Hope also helped other
Reply With Quote
  #3 (permalink)  
Old 11-29-09, 11:08
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
Nearly every database server offers some feature like what you've described.
Microsoft also offers clustering, mirroring, and merge replication. Oracle offers RAC. DB2 offers clustering. Sybase offers several solutions, based on which database engine you're using.

My experiences with MySQL clustering haven't been very good. I'd suggest that you at least review your other options before you make a commitment.

-PatP
__________________
In theory, theory and practice are identical. In practice, theory and practice are unrelated.
Reply With Quote
  #4 (permalink)  
Old 11-29-09, 14:48
liorm liorm is offline
Registered User
 
Join Date: Nov 2009
Posts: 4
Ok, thanks for you reply!

It will be kind if you can maybe answer my second question:
What about working offline,

If I would like to work offline with some SQL server, and when i get online, my application will execute all INSERT Queries.

Do you know about any API that do that? virtual server on the client that can do that? or any buffer that can help?

Thanks in advance!
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