how many partitions are possible in partitioned tablespace?
dont say 1-64.
a)240
b)256
c)512
d)none
Answer Posted / vish
Unfortunately nonoe of the above answers are completely
correct. Answer posted by Nawal Kishore is partly correct
but not the complete answer. Answer from Vani may be partly
correct depending upon the DSSiZE and the page size. Let me
try to answer the question:
DB2 alllows a maximum of 4096 partitions of a partitioned
table space. Actually, the maximum number of partitions in
a table space depends on the data set size (DSSIZE
parameter) and the page size. Thus the partitions can range
from 1 to 4096 depending upon the above parameters (DSSIZE
ands the page size).
You can refer to IBM documentations to confirm the
same...suggesstions are welcome...!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which is faster delete or truncate?
How to get the ddl of a table in db2?
What is the clustering index in the db2 database?
What is load utility in db2?
How many databases are there?
What is runstats and reorg in db2?
What language is db2 written in?
What is the maximum length of sqlca?
Which component is responsible for processing sql statements and selecting access paths?
What type of database is db2?
What is the max length of sqlca?
How do you find the maximum value in a column in db2?
Mention the downsides of page level lock.
How will you return the number of records in table?
Before you give the explain statement, what are the prerogatives?