Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> how does oracle manage hash maps?
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?
![]() |
![]() |