[Dbix-class] Moose DBIx::Class

Андрей Костенко andrey at kostenko.name
Thu Mar 18 11:47:00 GMT 2010


No, because I make query one time and use accessors for many
operations. A lot of NYTProf cals tell me, that
Class::Accessor::Grouped::get_inherited is the slowest part in my
applications.

On Thu, Mar 18, 2010 at 2:39 PM, Ash Berlin <ash_cpan at firemirror.com> wrote:
> On 18 Mar 2010, at 11:29, Андрей Костенко wrote:
>> What about moosifyng DBIx::Class? Class::Accessor::Grouped is the
>> slowest part of DBIx::Class. And with moose DBIx::Class will be more
>> usable/extensible?
>
>
> Where's your figures showing that this is the case? Most of the time the slowest part is in fact the DB query, closely followed by object inflation/creation.
>
> -ash
> _______________________________________________
> List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
> Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk
>



More information about the DBIx-Class mailing list