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 -> Re: buckat in oracle

Re: buckat in oracle

From: <devalos_at_gmail.com>
Date: 16 Apr 2007 10:37:53 -0700
Message-ID: <1176745073.900017.6850@d57g2000hsg.googlegroups.com>


He may be referring to the hash buckets in relation to Oracle latch: enqueue hash chains.

"First of all Oracle server will use hash function to determine the hash bucket, where resource structure is allocated. It will acquire enqueue hash chain latch and record statistics of latch operation in V $LATCH" Or just in general, when using a hash function to break something up into manegable chunks, each result set for a given hash is referred to as a hash bucket. Hash joins, hash cluster tables, partitioning by hash... Received on Mon Apr 16 2007 - 12:37:53 CDT

Original text of this message

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