Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite0764fd

Browse files
committed
Add
> * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
1 parent0363192 commite0764fd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Jan18 15:46:23 EST 2002
3+
Last updated:Sat Jan19 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/Oto do better read-ahead of data
378+
* Do async I/Ofor 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)

[8]ページ先頭

©2009-2025 Movatter.jp