public static final class CreateTableRequest.Options extends Object
Modifier and Type | Field and Description | ||||
---|---|---|---|---|---|
static String |
ALWAYS
Generate as much primary key index data as possible before accepting
requests.
|
||||
static String |
BUILD_PK_INDEX_POLICY
Set startup primary-key index generation scheme for the table.
|
||||
static String |
CHUNK_COLUMN_MAX_MEMORY
Indicates the target maximum data size for each column in a chunk to
be used for this table.
|
||||
static String |
CHUNK_MAX_MEMORY
Indicates the target maximum data size for all columns in a chunk to
be used for this table.
|
||||
static String |
CHUNK_SIZE
Indicates the number of records per chunk to be used for this table.
|
||||
static String |
COLLECTION_NAME
[DEPRECATED--please specify the containing schema as part of
tableName and use GPUdb.createSchema to create the schema if non-existent] Name of a
schema which is to contain the newly created table. |
||||
static String |
CREATE_TEMP_TABLE
|
||||
static String |
DISALLOW_HOMOGENEOUS_TABLES
No longer supported; value will be ignored.
|
||||
static String |
FALSE |
||||
static String |
FOREIGN_KEYS
Semicolon-separated list of
static String FOREIGN_SHARD_KEY
Foreign shard key of the format 'source_column references
shard_by_column from target_table(primary_key_column)'.
| ||||
static String |
HASH
Use
static String INTERVAL
Use
static String IS_AUTOMATIC_PARTITION
If
TRUE , a new partition will be created for
values which don't fall into an existing partition. | ||||
static String |
IS_COLLECTION
[DEPRECATED--please use
GPUdb.createSchema to create a schema instead] Indicates whether
to create a schema instead of a table. |
||||
static String |
IS_REPLICATED
| ||||
static String |
LIST
| ||||
static String |
NO_ERROR_IF_EXISTS
If
TRUE , prevents an error from occurring if
the table already exists and is of the given type. |
||||
static String |
ON_DEMAND
Generate primary key index data as requests use it.
|
||||
static String |
PARTITION_DEFINITIONS
Comma-separated list of partition definitions, whose format depends
on the choice of
PARTITION_TYPE . |
||||
static String |
PARTITION_KEYS
Comma-separated list of partition keys, which are the columns or
column expressions by which records will be assigned to partitions
defined by
PARTITION_DEFINITIONS . |
||||
static String |
PARTITION_TYPE
| ||||
static String |
TRUE |
||||
static String |
TTL
Sets the
Method Summary
Copyright © 2025. All rights reserved. |