View previous topic :: View next topic |
Author |
Message |
sowzanya Beginner
Joined: 19 Mar 2004 Posts: 4 Topics: 2
|
Posted: Fri Mar 19, 2004 7:05 am Post subject: What is page fault? |
|
|
what is a page fault? _________________ sowjanya |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Mar 19, 2004 9:40 am Post subject: |
|
|
Sowzanya,
Paging occurs when the virtual storage size requirements for a buffer pool exceeds the real storage capacity for the OS/390 image. In this case, least recently used data pages in the buffer pool are migrated to expanded or auxiliary storage. Subsequent access to these pages results in a page fault and the page must be brought into real storage from auxiliary or expanded storage. Paging of buffer pool storage,especially that from auxiliary to real, can negatively impact DB2 performance.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
sowzanya Beginner
Joined: 19 Mar 2004 Posts: 4 Topics: 2
|
Posted: Sun Mar 21, 2004 4:11 am Post subject: |
|
|
Thanks for the info. _________________ sowjanya |
|
Back to top |
|
|
|
|