DB2 LUW Query Optimization - IXSCAN timerons greater than total timerons

dba.stackexchange https://dba.stackexchange.com/questions/58406

  •  02-11-2019
  •  | 
  •  

Вопрос

Sorry - I feel like this is a newb question, but I can't find anything on it. In optimizing a query, I was able to apparently reduce the total timerons from 3,700 to 38. However, on closer examination of the explain plan for the optimized query, I see one IXSCAN that reports 3,707.97 timerons, while the total is still reported as 38.61!

I'm not super familiar with DB2 LUW, and was wondering how this could be. Even with parallelism, I would not think we could get much smaller than, say, 1/4 of the largest #. Surely not 1/10th. (?)

This is DB2 LUW 9.5 on AIX. Very plain-vanilla installation for testing environment. No HA, no partitioning, nothing like that.

Explain plan from Control Center - Command Editor

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с dba.stackexchange
scroll top