public static final class CreateJoinTableRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHUNK_SIZE
Maximum number of records per joined-chunk for this table.
|
static String |
COLLECTION_NAME
[DEPRECATED--please specify the containing schema for the join as
part of
joinTableName and use GPUdb.createSchema to create the schema if non-existent] Name of a
schema for the join. |
static String |
CREATE_TEMP_TABLE
If
TRUE , a unique temporary table name will be
generated in the sys_temp schema and used in place of joinTableName . |
static String |
ENABLE_PK_EQUI_JOIN
Use equi-join to do primary key joins rather than using
primary-key-index
|
static String |
ENABLE_VIRTUAL_CHUNKING
Collect chunks with accumulated size less than chunk_size into a
single chunk.
|
static String |
FALSE |
static String |
MAX_QUERY_DIMENSIONS
No longer used.
|
static String |
NO_COUNT
Return a count of 0 for the join table for logging and for
GPUdb.showTable ;
optimization needed for large overlapped equi-join stencils. |
static String |
OPTIMIZE_LOOKUPS
Use more memory to speed up the joining of tables.
|
static String |
STRATEGY_DEFINITION
|
static String |
TTL
|
public static final String CREATE_TEMP_TABLE
TRUE
, a unique temporary table name will be
generated in the sys_temp schema and used in place of joinTableName
. This is always allowed even if
the caller does not have permission to create tables. The generated
name is returned in QUALIFIED_JOIN_TABLE_NAME
.
Supported values:
The default value is FALSE
.public static final String TRUE
public static final String FALSE
public static final String COLLECTION_NAME
joinTableName
and use GPUdb.createSchema
to create the schema if non-existent] Name of a
schema for the join. If the schema is non-existent, it will be
automatically created. The default value is ''.public static final String MAX_QUERY_DIMENSIONS
public static final String OPTIMIZE_LOOKUPS
FALSE
.public static final String STRATEGY_DEFINITION
public static final String TTL
joinTableName
.public static final String VIEW_ID
public static final String NO_COUNT
GPUdb.showTable
;
optimization needed for large overlapped equi-join stencils. The
default value is 'false'.public static final String CHUNK_SIZE
public static final String ENABLE_VIRTUAL_CHUNKING
public static final String ENABLE_PK_EQUI_JOIN
Copyright © 2025. All rights reserved.