Re: heads up on large text fields.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Rob Sargent <robjsargent(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: heads up on large text fields.
Date: 2018-09-22 01:59:26
Message-ID: 20180922015926.didatlrjtvolyv3c@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2018-09-21 18:28:37 -0600, Rob Sargent wrote:
> "/tmp/regen.file" gets very large, very fast and I have to
> pg_terminate_backend.  Tried this three times, once using "\o test.blob"
> instead.
>
> h009357:loader$ ls -ltr
> total 2048
> -rwxr-xr-x 1 u0138544 camplab 10002460672 Sep 21 15:49 test.blob

I suspect the layouting of such wide columns problably creates a lot of
pain. I'd try \copy and doing the query after \a.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2018-09-22 02:13:15 Re: New behavior with JDBC 42.2.5
Previous Message Ravi Krishna 2018-09-22 00:46:57 Re: New behavior with JDBC 42.2.5