OSDN Git Service

Update for Oleg:
authorBruce Momjian <bruce@momjian.us>
Thu, 18 Apr 2002 04:07:04 +0000 (04:07 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 Apr 2002 04:07:04 +0000 (04:07 +0000)
>   using a sequential scan for highest/lowest values (Oleg)

doc/TODO

index 25af491..4420568 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 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