Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: ASM is single point of failure ?
>>>
>>>Btw, one case when ASM can be in IO codepath is when the ASM
>>>allocation unit -> physical location in datafile isn't
>>>cached in SGA for a particular extent or block range. When
>>>trying to access a block in this range, Oracle server
>>>process makes an OCI call to ASM instance to find out where
>>>a range of blocks is physically located. ASM instance gives
>>>the answer and Oracle DB instance caches this info in SGA
>>>for future use.
...Right a metadata due to the abstraction that would otherwise not be needed... So if you use ASM on NAS that same sort of metadata miss can actually happen twice. Once in the Server->ASM level and then again in the NAS FS->Volmgr level ... I should hope such misses don't happen much. I don't see any evidence of that since there would be tare I/Os in the apples workloads comparisons which I don't see... I see other, um, interesting things, but not that one as of yet...
-- http://www.freelists.org/webpage/oracle-lReceived on Tue May 09 2006 - 09:49:00 CDT
![]() |
![]() |