mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Add:
> * Add utility to compute accurate random_page_cost value
This commit is contained in:
4
doc/TODO
4
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Wed Apr 17 16:35:06 EDT 2002
|
Last updated: Wed Apr 17 17:41:41 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -437,7 +437,7 @@ OPTIMIZER / EXECUTOR
|
|||||||
using a sequential scan for highest/lowest values
|
using a sequential scan for highest/lowest values
|
||||||
* Inline simple SQL functions to avoid overhead (Tom)
|
* Inline simple SQL functions to avoid overhead (Tom)
|
||||||
* Precompile SQL functions to avoid overhead (Neil Conway)
|
* Precompile SQL functions to avoid overhead (Neil Conway)
|
||||||
|
* Add utility to compute accurate random_page_cost value
|
||||||
|
|
||||||
MISCELLANEOUS
|
MISCELLANEOUS
|
||||||
-------------
|
-------------
|
||||||
|
Reference in New Issue
Block a user