| From: | "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com> |
|---|---|
| To: | "SHARMILA JOTHIRAJAH" <sharmi_jo(at)yahoo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: CLOB support in postgresql |
| Date: | 2007-09-08 01:52:20 |
| Message-ID: | dcc563d10709071852q5f0d9257tdfe01ed515e90998@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 9/7/07, SHARMILA JOTHIRAJAH <sharmi_jo(at)yahoo(dot)com> wrote:
> What is the best way to store clob data in postgresql?
> Currently I store my clob data as a text. The data consists of large xml
> files. When I access the text field using getString method in jdbc, the
> program is not able to hold a huge string in memory .If I can stream this
> data to and from the database it will be good. Is there a way to do this?
> Are there any other solution to this problem?
Look into large objects. they stream.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-09-08 01:59:10 | Re: Left joining table to setof function |
| Previous Message | Gregory Stark | 2007-09-08 01:32:34 | Re: Left joining table to setof function |