one book i read says that candidate for buffer_pool_recycle should be large table perform frequent full table scans.

but i think the other way,
i think it should be large table that perform infrequent full table scan.

the reason is if we need perform frequent full table scan,
the table actually is hot, so we should not put it in recycle pool

who's right , the book or me?