dbTalk Databases Forums  

Re: data modeling confessions, part 1

comp.databases.theory comp.databases.theory


Discuss Re: data modeling confessions, part 1 in the comp.databases.theory forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tegiri Nenashi
 
Posts: n/a

Default Re: data modeling confessions, part 1 - 10-19-2009 , 09:23 PM






On Oct 19, 6:29*pm, Sampo Syreeni <de... (AT) iki (DOT) fi> wrote:
Quote:
As Oracle at least doesn't index nulls, your carefully tuned table
refuses to perform with the most common online query, which is to ask
for the current status of a single entity that is currently
valid...having a null end time. Try as you might, indexing only makes
things worse since you want to index a null, and the DBMS just won't
comply.
Did you try FBI (on pseudocolumn such as "case when x=null then 'N/A'
else x end" )?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.