diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-07-02 20:08:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-07-02 20:08:27 +0000 |
commit | ea1e2b948d2dcbd40fb9053e74ae2da27cfd425e (patch) | |
tree | 69acb903e59da1e018a8d23b623e2b1111ee4fb1 /doc/src/sgml/gist.sgml | |
parent | 9caeace71cb7ef0de020ccb9af7cc4aa39a0610c (diff) | |
download | postgresql-ea1e2b948d2dcbd40fb9053e74ae2da27cfd425e.tar.gz postgresql-ea1e2b948d2dcbd40fb9053e74ae2da27cfd425e.zip |
Remove GIST concurrency limitations section.
Christopher Kings-Lynne
Diffstat (limited to 'doc/src/sgml/gist.sgml')
-rw-r--r-- | doc/src/sgml/gist.sgml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index b2a507a4a80..ce6124579dd 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.20 2005/06/29 01:23:49 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.21 2005/07/02 20:08:27 momjian Exp $ --> <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 </sect1> -<sect1 id="limitations"> - <title>Limitations</title> - - <para> - The current implementation of <acronym>GiST</acronym> within - <productname>PostgreSQL</productname> has some major limitations: - <acronym>GiST</acronym> index access is not concurrent, and the - <acronym>GiST</acronym> interface doesn't allow the development of certain - data types, such as digital trees (see papers by Aoki et al). - </para> - - <para> - Solutions to the concurrency problems appear in Marcel Kornacker's - thesis; however these ideas have not yet been put into practice in the - <productname>PostgreSQL</productname> implementation. - </para> - -</sect1> - <sect1 id="examples"> <title>Examples</title> |