Starc
Starc

Reputation: 117

Can a single chunk be shared among multiple dbspaces?

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

Answers (1)

Jonathan Leffler
Jonathan Leffler

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

Related Questions