(I'm using 0.08250)

I'll avoid a boring preamble and just ask if anyone could advise on
how to construct resultsets so that deep in the internals,
_prune_unused_joins isn't called?  (so as to save me some CPU cycles)

I have tried to read the code but I'm not really sure what $ident is holding.

Here's the query that is called most in my code:

  my $rs = $row->some_relation->search(
     {},
     { where => { rank => { '>' => 0 } },
       order_by => 'rank',
       prefetch => { type => { 'dbxref' => 'db' } } }
  );

Performance with the prefetch is slightly better than with no prefetch at all.
Appreciate any help!

many thanks,
Bob.

_______________________________________________
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

Reply via email to