Commit bac714b7 authored by Bruce Momjian's avatar Bruce Momjian

Update for Oleg:

>   using a sequential scan for highest/lowest values (Oleg)
parent f1b7e841
TODO list for PostgreSQL
========================
Last updated: Wed Apr 17 23:58:08 EDT 2002
Last updated: Thu Apr 18 00:04:58 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
......@@ -435,7 +435,7 @@ OPTIMIZER / EXECUTOR
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Allow ORDER BY ... LIMIT to select top values without sort or index
using a sequential scan for highest/lowest values
using a sequential scan for highest/lowest values (Oleg)
* Inline simple SQL functions to avoid overhead (Tom)
* Precompile SQL functions to avoid overhead (Neil Conway)
* Add utility to compute accurate random_page_cost value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment