Skip to main content

All 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 ...
Solamino's user avatar
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 ...
manash's user avatar
  • 7,089
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 ...
Ryan J's user avatar
  • 2,562