Typical Storage screen for a Greenplum table
Fields | Description | |||
|---|---|---|---|---|
Target Location | The target location that defines the path of the table. Select (local) for a local table or select the target schema if you are locating tables in different schemas.
| |||
Database Type | The database type for a connection that is used for target Datawarehouse tables. | |||
Database | The database where the table is located. Leave blank to use the default for the connection or local environment. | |||
Schema | The schema where the table is located. | |||
Owner | Owner to which the object is altered. | |||
Create DDL Template | Optional. Specify the template to use when creating a new DDL procedure script. This option is only visible if a DDL template is available for this database type. Default value is None. |
Fields | Description |
|---|---|
Tablespace | Default tablespace of the table that determines the storage location it is created in. Select (Default) to use the default. |
Distribution Method | Select the Data Distribution Method. Options are Hash and Random (Round-Robin) |
Setting this will enable setting of the Fill Factor. |
Fields | Description |
|---|---|
Fill Factor | Percentage [10-100] between 10 and 100. 100 (complete packing) is the default. When a small fill factor is specified, INSERT operations pack table pages only to the indicated percentage. The remaining space on each page is reserved for updating rows on that page. |
When set, will create the table as append-only. If this field is not set, the table will be created as a heap-storage table. |
Fields | Description |
|---|---|
Orientation | Columns selected to make up the Distribution Key. |
Compression Type | Table-level compression is applied to an entire table. |
Compression level | Table-level compression is applied to an entire table. |
Fields | Description | |
|---|---|---|
Optional CREATE Clause | Database-specific-and-compliant DDL to append to the generated CREATE TABLE statement.
|