how many partitions are possible in partitioned tablespace?
dont say 1-64.
a)240
b)256
c)512
d)none
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sathsih
MAXIMUM PARTITION IS 4096 AFTER VERSION 8.
EARLIER VERSION MAXIMUM PARTITION IS 254.
EACH PARTITION MAXIMUM SIZE IS 64GB OF DATA.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / vat
Depends on version of DB2 also
V7:
64: NOT (LARGE OR DSSIZE > 2GB)
254: LARGE OR DSSIZE > 2GB
V8:
64: NOT (LARGE OR DSSIZE > 2GB)
4096: Depending on what's specified for DSSIZE OR LARGE and
the page size
| Is This Answer Correct ? | 0 Yes | 1 No |
What is netezza database?
what is the use of bind parameter, Replace?
Hi. I am currently working as a application developer. I would like to persue a DB2 certification exam. Can anybody please provide me the details about this exam like Syllabus, Cost and how to take the certification?
What is UNION,UNION ALL?
what is the use of commit ? and what is the syntax?
How to create a table using embedded sql?
wt is view ? wht r the restrictions for view ?
What is a synonym? How is it used?
what is Static and dynamic linking
difference between group clause and order clause
What is the use of commit in db2?
What is db2 bind?