| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: MV Keys
David Cressey wrote:
> [a bunch of good stuff.]
Yes.
Nothing in the RM says an equality test will execute within some specific performance deadline. You can join on two long blob columns and the equality test will be a binary compare, which is O(n); it could be a long wait. Joining two RVA attributes that lack an index will likely be as you describe: requiring a sort and therefore O(n logn). (With an index we can do much better.)
> What I am saying is
> that all database management systems end up solving the some of the same
> problems concerning sorting and searching, regardless of the data model
> they are derived from.
Agreed.
Marshall Received on Tue Mar 07 2006 - 21:02:24 CST
![]() |
![]() |