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

Commitd12be5c

Browse files
committed
Add section on testing index scan.
1 parent3c731e0 commitd12be5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/FAQ

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Sun Jan12 13:36:11 EST 2003
4+
Last updated:Fri Jan17 12:15:04 EST 2003
55

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

@@ -749,6 +749,10 @@
749749
ORDER BY col [ DESC ]
750750
LIMIT 1;
751751

752+
If you believe the optimizer is incorrect in choosing a sequential
753+
scan, use SET enable_seqscan TO 'off' and run tests to see if an index
754+
scan is indeed faster.
755+
752756
When using wild-card operators such as LIKE or ~, indexes can only be
753757
used in certain circumstances:
754758
* The beginning of the search string must be anchored to the start

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp