>> I am completely new to Sequoia and am trying to determine if I can use >> it for my application. Currently, I have multiple different DB >> installations at different client sites. My clients want to have DB >> backups off site. So what I would like to do is be able to replicate >> each client's database to a central location, where I can manage >> everything locally. > > You can experiment this but since sequoia performs synchronous > replication the performance is likely to suffer because of the network > latency. It all depends on the application. For instance if writes are > seldom overall performance could be acceptable.
Thanks for the information. I didn't realize that Sequoia only ran synchronously, although now that I think about it, it somewhat makes sense. Would there be any way to get Sequoia to work async? My goal is not necessarily to have a high-availability DB, but rather a real-time backup. Consequently, if my remote writes are slightly delayed, I could live with it. Otherwise, I agree, the performance would really be lacklustre, as some writes are large, and the remote connections aren't always speedy. Thanks, Eric _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
