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

Home -> Community -> Usenet -> c.d.o.server -> Sql - Best way?

Sql - Best way?

From: Lisa Lewis <lewis_at_med.pitt.edu>
Date: Mon, 22 Jun 1998 10:42:19 -0400
Message-ID: <6mlqh2$os7$1@usenet01.srv.cis.pitt.edu>


Can anyone give me any insight as to what might be the best way to do the following: On a table with 500,000 rows, compare every row to every other row in the table (500,000X500,000 comparisons) in order to do some similarity analysis between rows of a table. Would it be more efficient to create two cursors each stepping through the complete table or create 1 cursor that does an unconstrained join? What are the implications of creating a cursor that would have 500,000x500,000 rows in it? Any recommendations would be GREATLY appreicated!

Lisa Received on Mon Jun 22 1998 - 09:42:19 CDT

Original text of this message

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