Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB2 table size

Status
Not open for further replies.

Yoramsamuel

Programmer
Joined
Dec 16, 2005
Messages
1
Location
US
what is the table size limit in DB2 version 7.1 ?
 
I recall that object size is related to tablespace type (SMS,DMS) and that DMS tablespaces can hold objects up to 4Gb. I do not think the restriction exists for SMS tablespaces

Ties Blom
Information analyst
 
Found the following on V8 (appreciate you're after V7). A good link none the less.


Maximum size of a regular DMS table space (in gigabytes) c g 512
Maximum size of a long DMS table space (in terabytes) c 2
Maximum size of a temporary DMS table space (in terabytes) c 2

Seems to agree with Ties assumption s regards DMS and SMS, with the exception that V8 has different DMS limits to V7.

Cheers
Greg
 
In V7.2:

regular DMS with 32K pagesize: 512 GB
long DMS tablespace: 2 TB
temporary DMS tablespace: 2 TB

Didn't find any restrictions on SMS tablespaces, only table size per partition is limited to 512GB.

see also Appendix A: SQL Limits:
ftp://ftp.software.ibm.com/ps/products/db2/info/vr7/pdf/letter/db2s0e71.pdf



Juliane
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top