| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Separation of Relational Engine from Domain Math
topmind ha escrito:
> This is based on a question I raised on c2.com:
>
> The issue of seperation of relational from the "domain expression
> engine" recently came up in a debate where the somebody claimed that
> finding the nearest N points to a given point in a geographic map
> system would have to traverse every point under relational
The typical confusion between model and implementation.
, and thus be
> O(n). A solution is to move such operations to the domain language
> instead of let the query language directly do it.
A bad solution. A better solution would be to use an efficient optimizer for this job.
Regards
Alfredo
Received on Mon Apr 10 2006 - 14:05:42 CDT
![]() |
![]() |