Commit 7a386721 authored by Bruce Momjian's avatar Bruce Momjian

Added:

> * Consider use of open/fctl(O_DIRECT) to minimize OS caching
parent 99a33968
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Jan 4 13:41:50 EST 2002 Last updated: Fri Jan 4 16:08:21 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -406,6 +406,7 @@ MISCELLANEOUS ...@@ -406,6 +406,7 @@ MISCELLANEOUS
evaluated only once or once per query evaluated only once or once per query
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce) * Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
* Make locking of shared data structures more fine-grained * Make locking of shared data structures more fine-grained
* Consider use of open/fctl(O_DIRECT) to minimize OS caching
SOURCE CODE SOURCE CODE
----------- -----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment