what are extents?
Answers were Sorted based on User's Feedback
Answer / harish
EXTENTS ARE CONTIGIOUS MEMORY ALLOCATIONS
FOR SEQUENTIAL 16 EXTENTS ARE POSSIBLE AND FOR VSAM 123
EXTENS ARE POSSIBLE..........
pls let me know if ANY OTHER ANSWERS.
HARISH POOMGAME SHIVAPPA
NIIT TECHNOLOGY
KOLKATA
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / shailendra
extent means not a continious memory allocation.
its means the number of gap between the memory allocation
is possible when data is going to store.
if the extent is full then just run the jcl
with
space=(cyl or blk,(primary,secondary,directory,3),rlse)
it will increase the no extent by 3*16
previously it was 1*16.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prashanth yp
An extent is a contiguous area of storage in a computer file
system, reserved for a file. When a process requires
starting to write to a file, file-system management software
allocates a whole extent. When writing to the file again,
possibly after doing other write operations, the data
continues where the previous write left off. This reduces or
eliminates file fragmentation and possibly file scattering
too.(VISIT WWW.COOLINDIA.WEBS.COM FOR MORE)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mehdee
- Extents in DB2 is about either Table Space or Index Space
going further than the PRIQTY assigned, into SECQTY
assigned when we did the create, and it slows downe the
access to these tables. So when EXTENTs is more than 1,
then we need to do DB2 ALTER and increase the PRIQTY on
STOGROUP for that Table Space of Index Space.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the role of union all and union
What is the physical storage length of timestamp data type?
what are the bind parameters?
How is a typical db2 batch pgm executed?
How to create backup table in db2?
what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 Answers Cap Gemini, Tech Mahindra,
How are write I/Os from the buffer pool executed?
What is DYNSLT keyword? How do you perform selection using DYNSLT
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
How to test SQL -911 error while developing COB-DB2 program
What is the cobol picture clause of the db2 data types date, time, timestamp?
explain about index with examples