[Dbix-class] Re: Running Parallel queries

Bill Moseley moseley at hank.org
Wed Mar 13 13:56:27 GMT 2013


I'm poking on this just to see if anyone can provide some ideas on
approaches to consider.

The use case is a sharded infrastructure where, for example, a user table
would be on every shard.  So, you might want to ask "which database shards
have user rows with a given email address?"   And then assign the session
to that shard.

Or likewise, instead of using partial table replication to each shard (for
some common relational data) be able to do a parallel update.


On Tue, Mar 5, 2013 at 11:12 AM, Bill Moseley <moseley at hank.org> wrote:

> Just curious if anyone has suggestions for running parallel queries with
> DBIC -- same schema on many database machines.
>
> Anyone have experience with POE::Component::MDBA::Backend::DBIC?   From
> 2007 and still "Alpha".
>
> --
> Bill Moseley
> moseley at hank.org
>



-- =

Bill Moseley
moseley at hank.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20130313/a4b=
dd505/attachment.htm


More information about the DBIx-Class mailing list