Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Index compression vs. table compression
Joel Garry wrote:
> DA Morgan wrote:
>
>
>
>>IF / ELSE / END IF;
>>But a very bad design: One table named postal codes will suffice.
If you read the various postings to this group by everyone from Tom Kyte to Jonathan Lewis to Richard Foote, et al one thing is common to all of them. A table, no matter its size, with proper statistics for the optimizer, in which you query based on the PK is going to not do an FTE. It matters not if the column as 25 rows or 250,000,000 rows.
<APOLOGY IN ADVANCE>
And given the flammability of this thread I sure hope I didn't
say anything incorrect or I will never hear the end of it.
</APOLOGY IN ADVANCE>
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Tue Jan 25 2005 - 18:06:25 CST