All Questions
3 questions
-4
votes
1
answer
292
views
Mysql Replication two databases with diffrent table schemas
i am developing web-base distributed database system [ Java RMI with Mysql ]. How do i replicate data between two databases(@ diffrent locations) with different table schema. For example, DB at ...
6
votes
4
answers
252
views
Database distribution
What are the possibilities to distribute data selectively?
I explain my question with an example.
Consider a central database that holds all the data. This database is located in a certain ...
0
votes
1
answer
3k
views
Which databases support synchronous replication (Java / embeddable preferred)?
I'm looking for a database that supports synchronous replication and fail over. Automatic fail over would be ideal, but manual fail over would be acceptable. I'd also prefer something I can bundle ...