Re: searchable book database

From: Eduardo <emorras(at)xroff(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: searchable book database
Date: 2010-08-20 11:09:45
Message-ID: 20100820130945.00003c27@unknown
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 19 Aug 2010 20:35:50 +0100
Miguel Vaz <pagongski(at)gmail(dot)com> wrote:

> Hi,
>
> I need to make a database of books. Several specific subject books
> that are to be searchable.
>
> Is it viable to have the complete book text on a database and search
> inside it? Or should i consider keeping only its metadata (name,
> author, filename, etc) on the DB, keep the book file on the HD and
> use some sort of search algorithm on the file? If you agree on the
> second option, what would you guys suggest for text file searching?
> Its for a web project, so how could i go about doing this? (PHP,
> python...)
>
> Thanks.
>
> MV

Don't knopw if that's what you need but you can setup a DocManager
site. Check it at
http://wiki.docmgr.org/index.php/DocMGR_-_Document_Management and see
if it fills your needs.

HTH

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sam Nelson 2010-08-20 15:12:52 Re: Warm Standby Weirdness
Previous Message Magnus Hagander 2010-08-20 07:57:12 Re: Wiki on pgfoundry