improvementFactor property

double? improvementFactor
getter/setter pair

Estimated latency improvement factor.

For example if the query currently takes 500 ms to run and the estimated latency with new indexes is 100 ms this field will be 5.

Optional.

Implementation

core.double? improvementFactor;