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 > Larage Tablespace

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-26-06, 11:28
dba_udb dba_udb is offline
Registered User
 
Join Date: Mar 2005
Posts: 73
Larage Tablespace

V8.1 OS AIX.

I want to create a Larage tablespace to Keep LOBs .
How do i decide the page size that i should create for this tablespace.?
Reply With Quote
  #2 (permalink)  
Old 07-26-06, 12:39
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Initially I thought that 32K would be best for large objects, but one interesting thing that I discovered is that if you have a table with regular data on a 4K page and long data on a 32K page (or if the sizes are different), and you try and reorg the table, you cannot use a temporary tablespace to reorg the data if you attempt to also reorg the LOB's at the same time (the reorg must use free space within the existing tablespaces for work area during the reorg).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390

Last edited by Marcus_A; 07-26-06 at 12:42.
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