Re: Identity modelling (was: dbdebunk 'Quote of Week' comment)




"mAsterdam" wrote:
> Alexandr Savinov wrote:
[snip]

> > - Identity cannot be considered without its scope. For example, a
> > physical address is retricted by the scope of one computer, a primary
> > key might be restricted by one database etc.

Agreed.

> >
> > - Logical/physical is a relative characterization rather than absolute.
> > Memory handle is really physical for an application program that uses
> > it, but it is logical for operating system w.r.t. to absolute offsets
> > in physical memory (offset may change while memory handle does not
> > change). In this sense all those disputes about lgoical/physical are
> > meaningless without specifying the context. Primary key may well be
> > viewed as a physical identifier from the point of view of some higher
> > level identification mechanism, say, global id. This means that global
> > id is permanent while primary key it substitues may change.

Agreed.

There are multiple levels of abstraction, and what is logical at one level
is physical at another.


One interesting case is that of the URL. Is a URL a key or a pointer? Does
it name the resource, or does it locate the resource?


.



Relevant Pages

  • Re: VISTA RAM QUESTION
    ... Page 7 shows how to install the memory. ... But then I need to finish up mounting the scope mount for the scope on ... I just did a drive install when I had a windows system so badly screwed up nothing could fix it. ...
    (misc.news.internet.discuss)
  • Re: Oscilloscope dealers in the US
    ... Agilent DSO3202, pretty nice features but only 4k memory. ... Obviously favors Tek, but they do some live demos with the DSO3000's that ... The Agilent 54645D and friends have several logic channels plus two scope ...
    (sci.electronics.design)
  • Re: How to serialize/restore a large data structure?
    ... I have a large hash table, whose keys are words, and the values are dicts, that contain integer pairs. ... I am creating this structure in memory, taking care to reuse objects as much as possible, with the result occupying ~ 1.3GB of memory. ... Is there some reason for the *id* to be the PRIMARY KEY and not the ...
    (comp.lang.tcl)
  • Re: Updating the SQL key value
    ... field "order" as the primary key. ... 'normal' autonumbering Primary Key. ... I never heard of a database that changes the values of other rows if you ... tblorder in memory, but that is independent from the database, it is PHP's ...
    (comp.lang.php)
  • Re: Scope Best Practice
    ... creating a new object versus the cost of maintaining it in memory?" ... the object is ready for GC once the loop is complete ( ... even if it remains in scope because it is not being referenced anywhere ...
    (microsoft.public.dotnet.languages.csharp)