| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Smart Database Tricks
On 22 jun, 12:44, "David Cressey" <cresse..._at_verizon.net> wrote:
>
Agreed. Avoid them if you can, but use them if you must. But Vladimir's method seems to dictate (but I could be wrong, he is not explicit on this) that they are always introduced because his method rests upon their presence. In fact, he introduces two of them, one for identifying the entity accross several diferent states, and one for identifying the entity in a certain state. The latter identifier is generated new for each update on the state of the entity (so, if the entity returns to the same state, it still gets a different state identifier). This is great if that is what the organization wants to record in the database, but it it isn't then you are over-modelling.
Also note that he adds these two identifiers to the same entity, whereas it would make more sense to split the entity into two: one for the abstract entity that describes the time-invariant attributes and one for the concrete entity that describes the time-variant attributes that make up its state.
![]() |
![]() |