| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: The IDS, the EDS and the DBMS
Laconic2 wrote:
> mAsterdam wrote:
>>Laconic2 wrote: >>>mAsterdam wrote: >>L:> >> >>>>>It's hacking into information that was not written to be shared. >>>> >>>>This is a very important observation, IMHO. >>>>It looks like it is shared data (because of the >>>>tools used) but it's not. >>> >>>Yes. In particular, wouldn't it be great is there were >>>a tool called a PEDMS (persistent encapsulated data >>>management system) that would be a DIFFERENT TOOL than >>>a DBMS? Maybe it wouldn't even need an SQL port or a >>>built in data dictionary. Should be lots cheaper than a DBMS. >> >>If the sharing requirement is really dropped, any >>filesystem will do, no?
There is some sharing going on here.
So, let's differentiate.
Persistence is sharing data between multiple subsequent
instances of the same program.
Concurrency control and shared access solve the
problems of sharing data between multiple simultane
instances of the same program.
Metadata comes into play when data is shared between
really different programs. *Really* different as in not
sharing the same code.
The last type of sharing would not be supported by the PEDMS, right?
>>In my experience many misunderstandings rise from the >>wrong expectation that by simply using a RDBMS as >>a persistence-provider (yes, "CRUD-service") by some >>magic the stored data instantly becomes shareable.
Very recognizable, this.
> Neither one of those two bothers to talk to the other one. The conflict
> doesn't become apparent until some poor junior report writer gets tagged
> with the task of turning CRUD into gold.
So - the juniors had better be armed by having been provided with a good background for grip on these issues - or maybe even that wouldn't help them. Received on Sun Sep 05 2004 - 04:11:29 CDT
![]() |
![]() |