|
-
You can get nulls indexed in some circumstances, such as ...
- Using a bitmap index -- but don't do it on an OLTP systems
- Use a composite index, where the other column is not null when the address column is null
- Use a function-based index ... in thiscase you can choose to index only null values.
The second option is the easiest.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|