Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Number of Columns in a table.
Thomas Kellerer wrote:
> DA Morgan wrote on 04.03.2006 00:43:
>
>>> I would have loved to do that. This increases my storage requirements >>> by 5 times. >>> >>>> From 5 Tera bytes to 25 Terabytes and makes my queries more complex . >> >> >> Not possible: Bytes are bytes are bytes. Whether stored horizontally >> or vertically. Even on Teradata. >>
Why would you do that? I can understand storing an INTEGER but storing the name? Defeats the point of a relational design.
SQL> select vsize(testcol), testcol from t;
VSIZE(TESTCOL) TESTCOL
-------------- ----------
3 999
Three bytes per record equals 999 columns.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sat Mar 04 2006 - 15:10:25 CST