File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.19 2005/06/20 14:53:32 tgl Exp $
3
3
-->
4
4
5
5
<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
186
<para>
187
187
The current implementation of <acronym>GiST</acronym> within
188
188
<productname>PostgreSQL</productname> has some major limitations:
189
- <acronym>GiST</acronym> access is not concurrent; the
189
+ <acronym>GiST</acronym> index access is not concurrent, and the
190
190
<acronym>GiST</acronym> interface doesn't allow the development of certain
191
- data types, such as digital trees (see papers by Aoki et al); and there
192
- is not yet any support for write-ahead logging of updates in
193
- <acronym>GiST</acronym> indexes.
191
+ data types, such as digital trees (see papers by Aoki et al).
194
192
</para>
195
193
196
194
<para>
@@ -199,12 +197,6 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.18 2005/05/17 00:59:30 neilc Exp $
199
197
<productname>PostgreSQL</productname> implementation.
200
198
</para>
201
199
202
- <para>
203
- The lack of write-ahead logging is just a small matter of programming,
204
- but since it isn't done yet, a crash could render a <acronym>GiST</acronym>
205
- index inconsistent, forcing a <command>REINDEX</command>.
206
- </para>
207
-
208
200
</sect1>
209
201
210
202
<sect1 id="examples">
You can’t perform that action at this time.
0 commit comments