Does the following seem normal for a histogram on an index?
Histogram Steps
RANGE_HI_KEY   RANGE_ROWS   EQ_ROWS  DISTINCT_RANGE_ROWS  AVG_RANGE_ROWS
2264548 0 1 0 1                               
2302473 36550  1 36550  1                               
2303523 767 1 767 1                               
2383218 77051 1 77051 1                               
2383219 0 1 0 1
The main point of interest for me is the RANGE_ROWS column it's split into 5 ranges for 114368 rows and two ranges have 99.3% of the rows in them. Is this normal. If not how can I fix this?