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

Commit2c793d1

Browse files
committed
Updates from Simon Riggs:
< that can spam more than one table.> that can span more than one table.239c239< rather than just col1> rather than just col1; also called skip-scanning.641c641,642< * Add free-behind capability for large sequential scans [fadvise]> * Allow free-behind capability for large sequential scans, perhaps using> posix_fadvise() [fadvise]
1 parentc894e7e commit2c793d1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/TODO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TODO list for PostgreSQL
55
Bracketed items "[]" have more detail.
66

77
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
8-
Last updated:Thu Nov 4 11:19:28 EST 2004
8+
Last updated:Thu Nov 4 11:49:35 EST 2004
99

1010
The most recent version of this document can be viewed at the PostgreSQL web
1111
site, http://www.PostgreSQL.org.
@@ -221,7 +221,7 @@ Indexes
221221
(dup) should fail [inheritance]
222222

223223
The main difficulty with this item is the problem of creating an index
224-
that canspam more than one table.
224+
that canspan more than one table.
225225

226226
* Add UNIQUE capability to non-btree indexes
227227
* Add rtree index support for line, lseg, path, point
@@ -236,7 +236,7 @@ Indexes
236236

237237
For an index on col1,col2,col3, and a WHERE clause of col1 = 5 and
238238
col3 = 9, spin though the index checking for col1 and col3 matches,
239-
rather than just col1
239+
rather than just col1; also called skip-scanning.
240240

241241
* Prevent index uniqueness checks when UPDATE does not modify the column
242242

@@ -638,7 +638,8 @@ Fsync
638638

639639
Cache
640640
=====
641-
* Add free-behind capability for large sequential scans [fadvise]
641+
* Allow free-behind capability for large sequential scans, perhaps using
642+
posix_fadvise() [fadvise]
642643
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
643644
* Cache last known per-tuple offsets to speed long tuple access
644645

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp