person
table with a string column name and an integer column age, with a non-unique index on age. Suppose that the table has row segments on devices 1 through 5, and that the index has range separators (20, 40, 55, 70), with index segments on devices 6 through 10. This means that the index segment on device 6 indexes all the ages from 0 (technically, from the negative infinity value of the integral type) up to 19, the index segment on device 7 indexes all the ages from 20 to 39 and so on. The last segment starts at 70 and continues up to the positive infinity value.
Consider the execution of the following query: