Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: How can fixed and variable width columns perform similarly?



Hi Tom,
My question wasn't phrased clearly. Oracle exhibits a performance
degradation for very large-sized fields (CLOB types that I equate to
PostGres' text type) when compared with the performance of field types
like varchar that handle a max character limit of a few thousand bytes in
Oracle.

It sounds like PostGres doesn't exhibit this same difference. I wanted to
understand how this could be and whether there was a trade-off.

Cheers!
Sid
> "Siddharth Anand" <sid(at)etsy(dot)com> writes:
>> How can a field that doesn't have a limit like "text" perform similarly
>> to
>> char varying(128), for example? At some point, we need to write data to
>> disk. The more data that needs to be written, the longer the disk write
>> will take, especially when it requires finding free sectors to write to.
>
> What's your point?  If you're not going to put more than 128 characters
> in the field, there's no difference in the amount of data involved.
>
> 			regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2007 PostgreSQL Global Development Group