Skip Menu |

This queue is for tickets about the DBIx-SearchBuilder CPAN distribution.

Report information
The Basics
Id: 6378
Status: rejected
Priority: 0/
Queue: DBIx-SearchBuilder

People
Owner: RUZ [...] cpan.org
Requestors: vlyon [...] uk.yahoo-inc.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.99
Fixed in: (no value)



Subject: DBIx::SearchBuilder::Handle - multiple database connections (master/slave)
DBIx::SearchBuilder::Handle needs to be able to store 2 different database handles - 1 for reading & 1 for writing. This will make using Master/Slave replicated databases possible. All reads will be done on the local Slave, and updates can be done on the Master.
Hello, I think it's possible to implement this in an application by sub-classing DBIx::SB and I did it once long time ago, but such change is very specific per application. As far as I know maintainers of this module are not working on anything like this. If you or anybody else have sane patch then we can consider applying. At this moment, I'm rejecting this ticket. On Fri May 21 08:52:10 2004, guest wrote: Show quoted text
> DBIx::SearchBuilder::Handle needs to be able to store 2 different > database handles - 1 for reading & 1 for writing. > > This will make using Master/Slave replicated databases possible. All > reads will be done on the local Slave, and updates can be done on the > Master.
-- Best regards, Ruslan.