38.5. pga_storage #
This metadata table contains information about storages.
Column Name | Column Type | Constraint | Description |
|---|---|---|---|
|
| Primary key | The storage ID assigned by increasing the |
|
| Foreign key, | The snapshot associated with creating the storage, from the |
|
| Foreign key | The snapshot associated with deleting the storage, from the If the value is |
|
|
| The storage name, for example,
This allows you to create a new storage with the same name as a previously deleted storage. |
|
|
| The URI of the root storage directory. Local storages have simple URIs, for example, S3 storages have URIs with more complicated structures and parsing, for example, |
|
|
| The URI of the storage directory for temporary files. Local storages have simple URIs, for example, S3 storages have URIs with more complicated structures and parsing, for example, |
|
|
| The storage type. Currently, local, network, and S3 storages are supported. |
|
|
| The minimum free space for the storage, in bytes. It is verified when executing the Default value: |
|
| Foreign key, | The ID of the URI associated with the root storage directory, from the |
|
| Foreign key, | The ID of the URI associated with the storage directory for temporary files, from the |
|
|
| The ID of the proxy table associated with the storage, from the |