>I found this thread about whether to update fact tables in data
> warehouses, other than for errors in the data.
[quoted text clipped - 10 lines]
>
> Any thoughts?
If an update is needed to produce some correct and useful result then do the
update. Unless you have some specific data model or universe of discourse in
mind I don't see any other basis for saying whether an update is appropriate
or not.

Signature
David Portas
Joe - 09 Apr 2008 17:05 GMT
On Apr 8, 5:02 pm, "David Portas"
<REMOVE_BEFORE_REPLYING_dpor...@acm.org> wrote:
> >I found this thread about whether to update fact tables in data
> > warehouses, other than for errors in the data.
[quoted text clipped - 18 lines]
> --
> David Portas
This article doesn't have quite the approach I was thinking of, but
does show how to handle late arriving facts without updating the fact
table.
http://www.kimballgroup.com/html/designtipsPDF/DesignTips2006/KU78LateArrivingDi
mensionRows.pdf
Joe