OSDN Git Service

Re-add item with better description:
authorBruce Momjian <bruce@momjian.us>
Mon, 25 Apr 2005 13:03:37 +0000 (13:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 25 Apr 2005 13:03:37 +0000 (13:03 +0000)
commit61cf53516eba02f8ae58da1acfa2db6bd129cab9
treef42bdd24b90afb8651b39d294e1c07c901d28b9b
parentc5b08d3b7d95bc7e18ad4fa12254d1cf383b9a5a
Re-add item with better description:

> * 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.
>
doc/TODO
doc/src/FAQ/TODO.html