If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > LOB - no file system caching

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-22-10, 19:25
L_DBA_L L_DBA_L is offline
Registered User
 
Join Date: Sep 2009
Posts: 49
LOB - no file system caching

LOB does not use DB2 buffer pool. Where is it cached if a table space is created with NO FILE SYSTEM CACHING on DB2 9.5.5 for Linux?
Reply With Quote
  #2 (permalink)  
Old 08-23-10, 01:57
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Nowhere, like you specified
Reply With Quote
  #3 (permalink)  
Old 08-23-10, 19:37
L_DBA_L L_DBA_L is offline
Registered User
 
Join Date: Sep 2009
Posts: 49
How and where DB2 updates LOB data if it's cached nowhere?
Reply With Quote
  #4 (permalink)  
Old 08-24-10, 12:21
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
The data is stored on disk. So it is updated there.

Caching is a mechanism to speed up the access to some data. It is a different concept than data modifications.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #5 (permalink)  
Old 08-24-10, 22:10
L_DBA_L L_DBA_L is offline
Registered User
 
Join Date: Sep 2009
Posts: 49
Can DB2 skip caching regular data in the buffer pool and update it directly on disk?
Reply With Quote
  #6 (permalink)  
Old 08-25-10, 16:03
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
What has a buffer pool to do with updating data? You open a file and write to it -> you changed the data in the file. The buffer pool in a database system and the associated page flushers/prefetchers are just there to do memory operations instead of read/write in order to improve performance.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #7 (permalink)  
Old 08-25-10, 19:06
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Quote:
Originally Posted by L_DBA_L View Post
Can DB2 skip caching regular data in the buffer pool and update it directly on disk?
No, all pages (except for LOB's, etc.) are processed in the bufferpools.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On