Search Postgresql Archives

Re: Effect of large text field data on queries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tom Lane wrote:
Glen Parker <glenebob@xxxxxxxxxx> writes:
How much of a TOAST'd field is actually stored in the main heap table? Is there a way to configure that amount?

A pushed-out-of-line value is replaced by a 20-byte pointer structure.
There's no such thing as partially out-of-line.  See
http://www.postgresql.org/docs/8.1/static/storage-toast.html

Ah, thanks. I think possibly changing the storage on this field may help some (I will gladly trade storage space for speed). How can I determine the default storage type for a given TOASTable data type (text in this case)?

-Glen


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux