[Dbix-class] Data partitioning and DBIC

Brandon Black blblack at gmail.com
Wed Apr 4 16:07:29 GMT 2007


On 4/3/07, Evaldas Imbrasas <evaldas at imbrasas.com> wrote:
> Hi there,
>
> I'm looking for tips to implement the data partitioning with
> DBIx::Class. Is there a standard way in DBIC to say that a few tables
> from the initial database schema are now moved to a different
> database, but still maintain the relationships between the tables now
> living in different databases?
>

It would help to know what you're trying to accomplish with the
partitioning.  Are you trying to overcome performance limitations with
the number of rows in a single table or index with your database
vendor (and which vendor is it?)?.

The short answer is: you do your data partitioning the same way with
or without DBIx::Class, and then we figure out how to get DBIx::Class
working with that solution.

-- Brandon



More information about the Dbix-class mailing list