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 |
How can you get the number of rows impacted by the last executed query?
How do I add a column to an existing table in db2?
what is the Foreign key? explain?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is db2 optimizer?
What keyword does an SQL SELECT statement use for a string search?
Explain packages.
What is COPY PENDING status?
Is it possible to create an Instance in DB2 using DB2 Control Center ?
what are the SQL codes u freequently got?
When do you use the IMAGECOPY?