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
3f6a094b
Commit
3f6a094b
authored
Jun 20, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove statement that GiST indexes aren't WAL-logged.
parent
f0e7f9e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
11 deletions
+3
-11
doc/src/sgml/gist.sgml
doc/src/sgml/gist.sgml
+3
-11
No files found.
doc/src/sgml/gist.sgml
View file @
3f6a094b
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.1
8 2005/05/17 00:59:30 neilc
Exp $
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.1
9 2005/06/20 14:53:32 tgl
Exp $
-->
-->
<chapter id="GiST">
<chapter id="GiST">
...
@@ -186,11 +186,9 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
...
@@ -186,11 +186,9 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
<para>
<para>
The current implementation of <acronym>GiST</acronym> within
The current implementation of <acronym>GiST</acronym> within
<productname>PostgreSQL</productname> has some major limitations:
<productname>PostgreSQL</productname> has some major limitations:
<acronym>GiST</acronym>
access is not concurrent;
the
<acronym>GiST</acronym>
index access is not concurrent, and
the
<acronym>GiST</acronym> interface doesn't allow the development of certain
<acronym>GiST</acronym> interface doesn't allow the development of certain
data types, such as digital trees (see papers by Aoki et al); and there
data types, such as digital trees (see papers by Aoki et al).
is not yet any support for write-ahead logging of updates in
<acronym>GiST</acronym> indexes.
</para>
</para>
<para>
<para>
...
@@ -199,12 +197,6 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
...
@@ -199,12 +197,6 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
<productname>PostgreSQL</productname> implementation.
<productname>PostgreSQL</productname> implementation.
</para>
</para>
<para>
The lack of write-ahead logging is just a small matter of programming,
but since it isn't done yet, a crash could render a <acronym>GiST</acronym>
index inconsistent, forcing a <command>REINDEX</command>.
</para>
</sect1>
</sect1>
<sect1 id="examples">
<sect1 id="examples">
...
...
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