Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e0764fd

Browse files
committed
Add
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
1 parent 0363192 commit e0764fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jan 18 15:46:23 EST 2002
3+
Last updated: Sat Jan 19 23:56:04 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -375,7 +375,7 @@ VACUUM
375375
MISCELLANEOUS
376376

377377
* -Allow compression of log and meta data (Tom)
378-
* Do async I/O to do better read-ahead of data
378+
* Do async I/O for faster random read-ahead of data
379379
* Experiment with multi-threaded backend [thread]
380380
* Get faster regex() code from Henry Spencer <henry@zoo.utoronto.ca>
381381
when it is available
@@ -408,6 +408,7 @@ MISCELLANEOUS
408408
evaluated only once or once per query
409409
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
410410
* Make locking of shared data structures more fine-grained
411+
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
411412

412413
SOURCE CODE
413414
-----------

0 commit comments

Comments
 (0)