Re: pgsql: Remove GIST concurrency limitations section.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Remove GIST concurrency limitations section.
Дата
Msg-id 200507041232.j64CWr517576@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Remove GIST concurrency limitations section.  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-committers
Oleg Bartunov wrote:
> On Mon, 4 Jul 2005, Christopher Kings-Lynne wrote:
>
> >> - <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>
> >>
> >> AFAIK the GiST modifications suggested Aoki have not yet been implemented,
> >> so this should not have been removed.
> >
> > I thought that was an extremely vague limitation and could easily be
> > removed...  It's like having a limitations section on btrees and have
> > mentioning in passing that it can't do full text indexing or something.
>
> ok, it's sort of TODO

Added to TODO:

    * Allow GIST indexes to create certain complex index types, like digital
      trees (see Aoki)

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-committers по дате отправления:

Предыдущее
От: kimhanse@pgfoundry.org (User Kimhanse)
Дата:
Сообщение: tablelog - tablelog: This problem shouldn't appear because of row-level
Следующее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update > * Allow GIST indexes to create certain complex index