There is a high priority given to the CPU usage required when returning rows. This is because it is in internal activity, as opposed to a user-initiated SQL execution type of activity, and because very little CPU is actually involved it was decided to give it a high priority. The database was architected in a way to favor completing work that is already underway.
There is a high priority given to the CPU usage required when returning rows. This is because it is in internal activity, as opposed to a user-initiated SQL execution type of activity, and because very little CPU is actually involved it was decided to give it a high priority. The database was architected in a way to favor completing work that is already underway.
Thanks, -Carrie