473,403 Members | 2,071 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Maximum size of table is 512G??

I am now using db2 v8.2 64bits without DPF. I want to create a very
large table which is about 1000G and the record length is suitable for
32K page size. I find in the manual that the maximum size for 32K page
size container is 512G only. Does it mean that the maximum size for 1
tablespace is also limited by 512G or I can create a tablespace with 2
containers (512G each) to support 1000G table? Thanks.

Jun 7 '07 #1
2 3571
On 7 Cze, 09:50, Woody Ling <woodyl...@gmail.comwrote:
I am now using db2 v8.2 64bits without DPF. I want to create a very
large table which is about 1000G and the record length is suitable for
32K page size. I find in the manual that the maximum size for 32K page
size container is 512G only. Does it mean that the maximum size for 1
tablespace is also limited by 512G or I can create a tablespace with 2
containers (512G each) to support 1000G table? Thanks.
With version 8 the maximum size for a non partitioned tablespace is
512 G.

You have 2 options:

1. Create tablespace which spans multiple DPF partitions -- is that
case maximum size is: 512 G multiplied by number of partitions, or

2. Use version 9 and Large tablespaces (the default in version 9) --
for 32 K page the max size is 16 T

-- Artur Wronski

Jun 7 '07 #2
A 3rd option (workaround) is to partition the data on some column
easily partitionable (such as date), and then create a union all view
on top. Each of the sub-tables should be in separate tablespaces and
therefore could go over the 512GB limit.

Artur <ar***********@gmail.comwrites:
On 7 Cze, 09:50, Woody Ling <woodyl...@gmail.comwrote:
>I am now using db2 v8.2 64bits without DPF. I want to create a
very large table which is about 1000G and the record length is
suitable for 32K page size. I find in the manual that the
maximum size for 32K page size container is 512G only. Does it
mean that the maximum size for 1 tablespace is also limited by
512G or I can create a tablespace with 2 containers (512G each)
to support 1000G table? Thanks.

With version 8 the maximum size for a non partitioned tablespace
is 512 G.

You have 2 options:

1. Create tablespace which spans multiple DPF partitions -- is
that case maximum size is: 512 G multiplied by number of
partitions, or

2. Use version 9 and Large tablespaces (the default in version 9)
-- for 32 K page the max size is 16 T

-- Artur Wronski
--
Haider
Jun 7 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Joe Goh | last post by:
Hi there Does anyone know what is the maximum column length for a table in a MySQL database? I was thinking of storing feedback in the form of text in the database. How feasible is this? Would...
1
by: LRW | last post by:
I'm using mySQL 4.0.20, interfacing it with phpMyAdmin 2.5.6. I usually set tables up with a "default" type, which I believe is myISAM (or whatever that one is.) But I decided to go with InnoDB for...
3
by: Dave Crypto | last post by:
Hi There, SUMMARY: I need to know what the actual maximum date limit possible on a row of a MYSQL database. MORE DETAILS: For example, does a MYSQL database only allow 4032 bytes of data...
18
by: Jeff Boes | last post by:
I'm sure this is a concept that's been explored here. I have a table (fairly simple, just two columns, one of which is a 32-digit checksum) with several million rows (currently, about 7 million)....
2
by: Kums | last post by:
What is the maximum permissible size of a database? Is there any limitation. What is the maximum # of tablespace's allowed in a database? Thanks for your response.
2
by: ari | last post by:
Hi! Normally Google helps a lot with these simple questions, but now I cannot get correct search words. So I try here: I have db2 udb 8.1 fix pack 6, and it is on windows 2003 server. -...
2
by: Jean Bidule | last post by:
Hi, I installed phpmyadmin to test my site on my homecomputer. The table i want to "upload" in my mysql table is about 5 Mb but in phpMyadmin the maximum size is 2048 kb. Where can I change...
4
by: p.numminen | last post by:
Is it possible, with CSS, to determine a certain _maximum_ width for a text, paragraph, division, etc.?
1
by: bujjus173 | last post by:
Hi All, I try to run a SQL which inserts data into a table. i get this error. SQL0659N Maximum size of a table object has been exceeded Can anyone suggest what i can do, I tried reorg, i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.