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 > 32 K limit on record

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-19-04, 13:36
udbdb2 udbdb2 is offline
Registered User
 
Join Date: Nov 2003
Posts: 121
32 K limit on record

Is there any way to extend this limit for a table to store > 32K Records.
Or any work around.

Any thoughts 'd be greatly appreciated.
Reply With Quote
  #2 (permalink)  
Old 11-19-04, 18:54
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
You can store some of the data in a BLOB or CLOB column. These data types are not actually stored in the same place as the rest of the table, and they do not make use of bufferpools for cache, so performance is not quite as fast.
__________________
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
  #3 (permalink)  
Old 11-20-04, 21:57
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by udbdb2
Is there any way to extend this limit for a table to store > 32K Records.
Or any work around.

Any thoughts 'd be greatly appreciated.
What specifically are you trying to store?

One workaround is to use two tables and access it via a view.
__________________
--
Jonathan Petruk
DB2 Database Consultant
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