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?

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.