Re: Fwd: [GENERAL] 4B row limit for CLOB tables - Mailing list pgsql-hackers

From David Steele
Subject Re: Fwd: [GENERAL] 4B row limit for CLOB tables
Date
Msg-id 54D0EE44.2030100@pgmasters.net
Whole thread Raw
In response to Re: Fwd: [GENERAL] 4B row limit for CLOB tables  (José Luis Tallón <jltallon@adv-solutions.net>)
Responses Re: Fwd: [GENERAL] 4B row limit for CLOB tables  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On 2/3/15 10:01 AM, José Luis Tallón wrote:<br /><br /><blockquote cite="mid:54D0E2B1.3030900@adv-solutions.net"
type="cite">Hmmm....alter column set storage external / set storage extended ? <br /><br /> From <a
class="moz-txt-link-freetext"
href="http://www.postgresql.org/docs/9.4/static/sql-altertable.html">http://www.postgresql.org/docs/9.4/static/sql-altertable.html</a>
:<br />     ALTER [ COLUMN ] column_name SET STORAGE { PLAIN | EXTERNAL | EXTENDED | MAIN } <br /><br />     This would
dowhat you described, right? <br /></blockquote><br /> EXTENDED is the default for most TOAST-able types and is still
subjectto <tt class="SYMBOL">TOAST_TUPLE_THRESHOLD which is normally 2K.  EXTERNAL is the same but with no
compression.<br/><br /> See: <a class="moz-txt-link-freetext"
href="http://www.postgresql.org/docs/9.4/static/storage-toast.html">http://www.postgresql.org/docs/9.4/static/storage-toast.html</a><br
/><br/></tt> <pre class="moz-signature" cols="72">--  
- David Steele
<a class="moz-txt-link-abbreviated" href="mailto:david@pgmasters.net">david@pgmasters.net</a></pre>

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Redesigning checkpoint_segments
Next
From: Peter Eisentraut
Date:
Subject: Re: Release note bloat is getting out of hand