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

Home -> Community -> Mailing Lists -> Oracle-L -> how does oracle manage hash maps?

how does oracle manage hash maps?

From: Ryan <ryan.gaffuri_at_cox.net>
Date: Thu, 12 Feb 2004 23:12:22 -0500
Message-ID: <010801c3f1e7$94a5f770$51a36244@ryan2le36ofjce>

When Oracle performs a hash-join it first creates a hashmap. This hash map is placed in the PGA. Now, Oracle uses linked lists to manage the buffer cache. Traditional hashing uses an array for the hash, then a linked list for the collisions. How does Oracle manage this?



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Thu Feb 12 2004 - 22:12:22 CST

Original text of this message

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