On 4/3/07, Evaldas Imbrasas <[EMAIL PROTECTED]> 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
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/