T0_r0 from include, is it bad?

Hi,

Some of my queries that have includes get generated with t0_r0. Is it
something to avoid?

On Sat, Mar 6, 2010 at 3:38 PM, Fernando P. [email protected]
wrote:

Some of my queries that have includes get generated with t0_r0. Is it
something to avoid?

It’s completely normal. It’s how Active Record doing some bookkeeping
to find with :include.

jeremy

It’s completely normal. It’s how Active Record doing some bookkeeping
to find with :include.
Thanks.