| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: TRM - Morbidity has set in, or not?
Keith H Duggar wrote:
>
Ah, what an excellent topic!
I believe the answer to your question is yes. The most immediate places the RM can help is physical independence and set-at-a-time processing. I think the example of the J programming language
is quite instructive. Although it is more focused on ordered collection
rather than relations, it nonetheless has a solid mathematical
foundation
and no explicit loops.
Physical independence comes in when one considers how much work
many C++ programmers have to do to, for example, lay out their
data in a way that will satisfy a graphics coprocessor, or enable
them to use SIMD instructions. It would be better if this was
abstracted
from the code.
To achieve the big wins, though, we need a programming language that
uses the RM at its core, and that has support for physical
independence.
I am afraid that at this time this is just a wish.
Marshall Received on Wed May 17 2006 - 12:19:09 CDT
![]() |
![]() |