Skip to content
Snippets Groups Projects
Commit b9be2b25 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add:

> * Allow ORDER BY ... LIMIT to select top values without sort or index
parent d613aad3
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL
========================
Last updated: Sat Jan 26 18:08:43 EST 2002
Last updated: Sat Jan 26 23:20:24 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
......@@ -432,6 +432,7 @@ OPTIMIZER/EXECUTOR
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
* 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
MISCELLANEOUS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment