Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Server question: how to get a larger DB2 table size

Hi

What's the correct way to increase the size of the DB2 tables used by
Jazz ??

In teamserver.properties, the attribute
"com.ibm.team.repository.db.db2.content.tablespace.numpages" defines the
size of the DB2 tablespace but I had understood that its value can't be
altered after the table is created.

Do I need to export and re-import the data to increase the size ?

Cheers

0 votes



2 answers

Permanent link
You are right about the
"com.ibm.team.repository.db.db2.content.tablespace.numpages" property.
That is used only for the initial creation of the tablespace.

You can change the size of the tablespace after the initial creation by
using the DB2 commands to increase the size. You should be able to
administer the Jazz DB just as you would another DB2 database. Here is
some documentation about how to resize the tablespace in DB2:

http://publib.boulder.ibm.com/infocenter/db2luw/v9/topic/com.ibm.db2.udb.admin.doc/doc/c0012277.htm

One option is to turn on the tablespace auto-resize function, which can
be enabled through the DB2 command

ALTER TABLESPACE CONTENTTS AUTORESIZE YES

Matt Lavin
Jazz Server Team


David Ward wrote:
Hi

What's the correct way to increase the size of the DB2 tables used by
Jazz ??

In teamserver.properties, the attribute
"com.ibm.team.repository.db.db2.content.tablespace.numpages" defines the
size of the DB2 tablespace but I had understood that its value can't be
altered after the table is created.

Do I need to export and re-import the data to increase the size ?

Cheers

0 votes


Permanent link
Got it Thanks Matt

Matt Lavin wrote:
You are right about the
"com.ibm.team.repository.db.db2.content.tablespace.numpages" property.
That is used only for the initial creation of the tablespace.

You can change the size of the tablespace after the initial creation by
using the DB2 commands to increase the size. You should be able to
administer the Jazz DB just as you would another DB2 database. Here is
some documentation about how to resize the tablespace in DB2:

http://publib.boulder.ibm.com/infocenter/db2luw/v9/topic/com.ibm.db2.udb.admin.doc/doc/c0012277.htm


One option is to turn on the tablespace auto-resize function, which can
be enabled through the DB2 command

ALTER TABLESPACE CONTENTTS AUTORESIZE YES

Matt Lavin
Jazz Server Team


David Ward wrote:
Hi

What's the correct way to increase the size of the DB2 tables used by
Jazz ??

In teamserver.properties, the attribute
"com.ibm.team.repository.db.db2.content.tablespace.numpages" defines
the size of the DB2 tablespace but I had understood that its value
can't be altered after the table is created.

Do I need to export and re-import the data to increase the size ?

Cheers

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Aug 14 '08, 11:57 p.m.

Question was seen: 6,280 times

Last updated: Aug 14 '08, 11:57 p.m.

Confirmation Cancel Confirm