Master and Slave DB provider suggestion.

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kas
Posts: 2
Joined: Wed 02 May 2018 12:47

Master and Slave DB provider suggestion.

Post by kas » Wed 02 May 2018 13:13

I am inviting the community to vote on this new idea ( https://devart.uservoice.com/forums/104 ... d-slave-co )

The idea is to have out-of-the-box solution for DB backup (online or offline) , lets say a new ConnectionManger component which play a role like TUniConnection but it accept few connection with different DB providers , use case example:

1_ Two MySql servers remote and local and data will be synchronized or MySql with Oracle.
2_ For speed and low latency an application can use SqlLite as master running on local sever for read/write and a salve it could be remote MySQL which will receive only write/changes .

Thank you for voting.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Master and Slave DB provider suggestion.

Post by MaximG » Mon 07 May 2018 11:56

We attentively follow our users suggestions obtained using the UserVoice service. The highest priority for us is those tasks, which received the greatest number of votes. We will analyze the possibility of implementing the proposed behavior in our products

Post Reply