Reputation: 117
If a dbspace fills out then we add a chunk to that dbspace. My question is can a single chunk be shared among multiple dbspaces?
Upvotes: 1
Views: 132
Reputation: 754440
A single chunk, defined as a combination of file/device name plus starting offset and size, can only belong to a single dbspace. It must not overlap with any other chunk. However, disjoint sections of a single device can be allocated to separate dbspaces.
Upvotes: 2