Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
7129f26b
Commit
7129f26b
authored
Nov 18, 2007
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no-longer-accurate claim that REINDEX won't invalidate cached
plans.
parent
b13602c6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/reindex.sgml
+2
-4
No files found.
doc/src/sgml/ref/reindex.sgml
View file @
7129f26b
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.3
6 2007/01/31 23:26:04 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/reindex.sgml,v 1.3
7 2007/11/18 18:42:03 tgl
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -231,9 +231,7 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
...
@@ -231,9 +231,7 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
subsequent <command>CREATE INDEX</> locks out writes but not reads; since
subsequent <command>CREATE INDEX</> locks out writes but not reads; since
the index is not there, no read will attempt to use it, meaning that there
the index is not there, no read will attempt to use it, meaning that there
will be no blocking but reads might be forced into expensive sequential
will be no blocking but reads might be forced into expensive sequential
scans. Another important point is that the drop/create approach
scans.
invalidates any cached query plans that use the index, while
<command>REINDEX</> does not.
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment