mirror of https://github.com/postgres/postgres
> * Allow ORDER BY ... LIMIT 1 to select high/low value without sort or > index using a sequential scan for highest/lowest values > > Right now, if no index exists, ORDER BY ... LIMIT 1 requires we sort > all values to return the high/low value. Instead The idea is to do a > sequential scan to find the high/low value, thus avoiding the sort. >REL8_1_STABLE
parent
c5b08d3b7d
commit
61cf53516e
Loading…
Reference in new issue