Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is This the varchar2 ZLS Issue?
I have no trouble with the concept of NULL. In the real world data is
often unknown or missing. With single column indexes the lack of data
creates a sparse index since nulls are not indexed in Oracle. Sparse
indexes can be wonderful for performance in cases where the majority of
the rows have no data in the column.
IMHO -- Mark D Powell -- Received on Wed Mar 22 2006 - 11:58:22 CST