Kindly explain the Concepts
This is a discussion on Kindly explain the Concepts within the Other DBs forums, part of the Database category; I want to know what is chunk and extent in database concept. Can someone provide a detailed idea on this....
-
Kindly explain the Concepts
I want to know what is chunk and extent in database concept. Can someone provide a detailed idea on this.
-
Extent is space allocated by database server to store data plus the additional storage space for additional storage. Chunk is the largest unit of physical disk allocated by database server for data storage.
-
It was a brief explanation. So does it mean an extent is a sub portion of chunk. Kindly tell me whether my idea is correct.
-
Yes you have got it absolutely right. An extent is always entirely contained in a chunk. That is the extent cannot cross chunk boundaries.
-
Will there be separate team of people for producing logical database design and physical database design in companies or will it be carried out by the same team.
-
Sponsored Ads


Reply With Quote





