full inmemory table scan using rowid global index?

Hi

In earlier release, full table ssans where red : TABLE ACCESS FULL every row id read

In 12.1.0.2 with the in memory option, full table scans are green : TABLE ACCESS INMEMORY FULL rows were accessed using rowid from a global (cross-partition index)

I happy with the color but not with the message. How does a full table scan relates to global cross-partition index?

Beta 12.7.0.17

Regards

Laurent

That message does seem wrong. I’ll take a look at it.

Fixed for next beta. Thanks for the report.

“every row is read from memory”

nice :slight_smile: thanks for the fix