Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ea1e2b9

Browse files
committed
Remove GIST concurrency limitations section.
Christopher Kings-Lynne
1 parent 9caeace commit ea1e2b9

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

doc/src/sgml/gist.sgml

+1-20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.20 2005/06/29 01:23:49 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.21 2005/07/02 20:08:27 momjian Exp $
33
-->
44

55
<chapter id="GiST">
@@ -180,25 +180,6 @@ $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.20 2005/06/29 01:23:49 momjian Exp
180180

181181
</sect1>
182182

183-
<sect1 id="limitations">
184-
<title>Limitations</title>
185-
186-
<para>
187-
The current implementation of <acronym>GiST</acronym> within
188-
<productname>PostgreSQL</productname> has some major limitations:
189-
<acronym>GiST</acronym> index access is not concurrent, and the
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).
192-
</para>
193-
194-
<para>
195-
Solutions to the concurrency problems appear in Marcel Kornacker's
196-
thesis; however these ideas have not yet been put into practice in the
197-
<productname>PostgreSQL</productname> implementation.
198-
</para>
199-
200-
</sect1>
201-
202183
<sect1 id="examples">
203184
<title>Examples</title>
204185

0 commit comments

Comments
 (0)