diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-03-08 04:23:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-03-08 04:23:05 +0000 |
commit | f93672e2c907bf19f861fcfb4ffb7f4cb37a77c2 (patch) | |
tree | 876295e14a38964b8d7c4817c61df1872771ea8d | |
parent | b4bb288e5b971260a4da04e2e99b4c272d4cb0ab (diff) | |
download | postgresql-f93672e2c907bf19f861fcfb4ffb7f4cb37a77c2.tar.gz postgresql-f93672e2c907bf19f861fcfb4ffb7f4cb37a77c2.zip |
Not done:
> * Precompile SQL functions to avoid overhead (Neil)
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Mar 7 22:03:10 EST 2003 +Last updated: Fri Mar 7 23:22:59 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -394,7 +394,7 @@ Optimizer / Executor * Allow ORDER BY ... LIMIT to select top values without sort or index using a sequential scan for highest/lowest values (Oleg) * -Inline simple SQL functions to avoid overhead (Tom) -* -Precompile SQL functions to avoid overhead (Neil) +* Precompile SQL functions to avoid overhead (Neil) * Add utility to compute accurate random_page_cost value * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG * Use CHECK constraints to improve optimizer decisions |