Re: Storing text data in databases. - Mailing list pgsql-sql

From Christopher Kings-Lynne
Subject Re: Storing text data in databases.
Date
Msg-id GNELIHDDFBOCMGBFGEFOEEFKCBAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Storing text data in databases.  (mallah@trade-india.com)
List pgsql-sql
Hi Mallah,

Postgres 7.1 and above store large text fields (as type 'text') efficiently.
Just use Postgres and don't worry about it!  In fact, postgres itself stores
the large data in a separate table for just the performance reasons you
give!  However this is totally transparent to you, the user.

You can use the 'bytea' type for binary data of any size.

Chris

> -----Original Message-----
> From: pgsql-sql-owner@postgresql.org
> [mailto:pgsql-sql-owner@postgresql.org]On Behalf Of
> mallah@trade-india.com
> Sent: Tuesday, 12 February 2002 1:40 PM
> To: pgsql-sql@postgresql.org
> Subject: [SQL] Storing text data in databases.
>
>
> Hi folks,
> Is it a good idea to store large amount of text  ( ~ 5-10 K )  in
> database
> columns from performance point of view? or store the text in sperate
> files and store the id of the file  in the databases.
>
> Mallah.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
>



pgsql-sql by date:

Previous
From: Bhuvan A
Date:
Subject: Sequencing Problem in Transaction..
Next
From: Stephan Szabo
Date:
Subject: Re: Sequencing Problem in Transaction..