Re: Full Text Indexing... - Mailing list pgsql-general

From Stephan Szabo
Subject Re: Full Text Indexing...
Date
Msg-id 20020212170545.U99059-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Full Text Indexing...  (Chris Gamache <cgg007@yahoo.com>)
List pgsql-general
On Tue, 12 Feb 2002, Chris Gamache wrote:

> Computing the amount of disk space it would take to house the full text index
> on one of the fields in my database:
>
>      36 bytes: each row header (approximate)
>    + 53 bytes Varchar(53)
>    + 8 bytes: oid field
>    + 4 bytes: pointer on page to tuple
>    ----------------------------------------
>     101 bytes per row

Well, varchar(53) should be I think 4 bytes + length of string
(4-57 bytes, not a constant 53), but that's likely to be no more
than a 25-30% reduction overall (depends on your average string lengths).


pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Mail archives problems
Next
From: Holger Marzen
Date:
Subject: Re: Work Around For Simple Oracle interMedia?