Re: Storing text data in databases.

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Storing text data in databases.
Дата
Msg-id GNELIHDDFBOCMGBFGEFOEEFKCBAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответ на Storing text data in databases.  (mallah@trade-india.com)
Список 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 по дате отправления:

Предыдущее
От: Bhuvan A
Дата:
Сообщение: Sequencing Problem in Transaction..
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Sequencing Problem in Transaction..