Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> comp.databases.theory -> Re: MV Keys

Re: MV Keys

From: Marshall Spight <marshall.spight_at_gmail.com>
Date: 7 Mar 2006 19:02:24 -0800
Message-ID: <1141786943.958538.182130@i40g2000cwc.googlegroups.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US