Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Does VARCHAR2 size matter?
Hi,
the length of the varchar2 column doesn't really matter. Because all columns (including number types) are stored in variable length format, there's no improvement in space usage.
Best regards;
Andreas
Morten <morten_at_kikobu.com> wrote in message news:<3C6112F7.1070205_at_kikobu.com>...
> Hi. What consequences are there when using VARCHAR2(4000) rather
> than eg. VARCHAR2(500) columns? I'm wondering as VARCHAR2 is variable
> length, if there are any major performance reasons to keep the
> fields as small as possible, or if those reasons are more likely to
> be from a constraining/modelling perspective.
>
> Morten
Received on Wed Feb 06 2002 - 07:50:59 CST
![]() |
![]() |