Re: [GENERAL] Text Databases

From: dustin sallings <dustin(at)spy(dot)net>
To: Nicholas Humfrey <nhumfrey(at)poboxes(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Text Databases
Date: 1998-12-04 08:57:35
Message-ID: Pine.NEB.4.02.9812040050150.567-100000@dhcp-199.west.spy.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 3 Dec 1998, Nicholas Humfrey wrote:

// How fast is PostgreSQL at searching for text. Should I, as Dustin
// Sallings wrote look for a different relational database system ? I
// like PostgreSQL's features especially free source code, so I can run
// it on different platforms (Sparc,PPC,i486 etc.) Is there a more
// suitable free system available ?

Well, Postgres is just about as good as it gets, but if you're
trying to do arbitrary text searches, grep on text files will always be
faster. The search system mentioned above is good if you're doing exact
matches out of your index, but it still doesn't make sense if you're
trying to match over multiple columns, etc... Relational databases make
the most sense when you can look up an exact match in a column.

--
SA, beyond.com The world is watching America,
pub 1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin(at)spy(dot)net>
| Key fingerprint = 87 02 57 08 02 D0 DA D6 C8 0F 3E 65 51 98 D8 BE
L________________________________________ and America is watching TV. __

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stphane Dupille 1998-12-04 09:42:07 Re: [GENERAL] How can I obtain tables' structure?
Previous Message Paul Mookhachov 1998-12-04 07:20:53 How can I obtain tables' structure?