File tree 2 files changed +4
-15
lines changed
2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (bruce@momjian.us)
5
- Last updated: Sun Apr 29 03:17:05 EDT 2007
5
+ Last updated: Fri May 4 23:14:29 EDT 2007
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1361,14 +1361,8 @@ Optimizer / Executor
1361
1361
====================
1362
1362
1363
1363
* Improve selectivity functions for geometric operators
1364
- * Allow ORDER BY ... LIMIT # to select high/low value without sort or
1364
+ * - Allow ORDER BY ... LIMIT # to select high/low value without sort or
1365
1365
index using a sequential scan for highest/lowest values
1366
-
1367
- Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
1368
- all values to return the high/low value. Instead The idea is to do a
1369
- sequential scan to find the high/low value, thus avoiding the sort.
1370
- MIN/MAX already does this, but not for LIMIT > 1.
1371
-
1372
1366
* Precompile SQL functions to avoid overhead
1373
1367
* Create utility to compute accurate random_page_cost value
1374
1368
* Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11
- Last updated: Sun Apr 29 03:17:05 EDT 2007
11
+ Last updated: Fri May 4 23:14:29 EDT 2007
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -1210,13 +1210,8 @@ <h1><a name="section_19">Optimizer / Executor</a></h1>
1210
1210
1211
1211
< ul >
1212
1212
< li > Improve selectivity functions for geometric operators
1213
- </ li > < li > Allow ORDER BY ... LIMIT # to select high/low value without sort or
1213
+ </ li > < li > - < em > Allow ORDER BY ... LIMIT # to select high/low value without sort or</ em >
1214
1214
index using a sequential scan for highest/lowest values
1215
- < p > Right now, if no index exists, ORDER BY ... LIMIT # requires we sort
1216
- all values to return the high/low value. Instead The idea is to do a
1217
- sequential scan to find the high/low value, thus avoiding the sort.
1218
- MIN/MAX already does this, but not for LIMIT > 1.
1219
- </ p >
1220
1215
</ li > < li > Precompile SQL functions to avoid overhead
1221
1216
</ li > < li > Create utility to compute accurate random_page_cost value
1222
1217
</ li > < li > Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
You can’t perform that action at this time.
0 commit comments