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 <[email protected]> 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/[email protected] > _______________________________________________ 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/[email protected]
