postgreSQL for storing a database of documents

Поиск
Список
Период
Сортировка
От raphael@cs.uky.edu (Raphael Finkel)
Тема postgreSQL for storing a database of documents
Дата
Msg-id 199905041450.KAA08268@herkimer.cs.engr.uky.edu
обсуждение исходный текст
Ответы Re: [GENERAL] postgreSQL for storing a database of documents  (Dustin Sallings <dustin@spy.net>)
Re: [GENERAL] postgreSQL for storing a database of documents  (Ari Halberstadt <ari@shore.net>)
Список pgsql-general
Is PostgreSQL appropriate for a database of documents?  I see several
potential problems.

1.  Tuples are limited to 8KB.  I assume even the "text" type is limited that
way.  But my documents may be longer than that.

2.  I need to be able to search by content.  I can use a regular-expression
search in a SELECT ... WHERE clause, but I expect that to be exceedingly
inefficient.  I would prefer a GLIMPSE-like search ability.

3.  I will also be conducting searches by some other fields (like author
or call number).  But only one field can be a primary key.  Will selection by
other fields be terribly inefficient for large numbers (about 200K) of large
tuples (ranging from about 100B to say 10KB)?

If you can help, please respond not only to this mailing list but also
directly to me.  Thanks.

Raphael Finkel <raphael@cs.uky.edu>

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

Предыдущее
От: raphael@cs.uky.edu (Raphael Finkel)
Дата:
Сообщение: PostgreSQL for document storage
Следующее
От: "Bogus User"
Дата:
Сообщение: ODBC with 6.5beta1