public static final class CreateJoinTableRequest.Options extends Object
COLLECTION_NAME
: Name of a collection which is to contain the join. If
the collection provided is non-existent, the collection will be
automatically created. If empty, then the join will be at the top level.
The default value is ''.
MAX_QUERY_DIMENSIONS
: Obsolete in GPUdb v7.0
OPTIMIZE_LOOKUPS
: Use more memory to speed up the joining of tables.
Supported values:
The default value is FALSE
.
TTL
: Sets the TTL of the
join table specified in joinTableName
.
VIEW_ID
: view
this projection is part of. The default value is ''.
NO_COUNT
:
return a count of 0 for the join table for logging and for show_table.
optimization needed for large overlapped equi-join stencils. The
default value is 'false'.
CHUNK_SIZE
: Maximum number of records per joined-chunk for this table.
Defaults to the gpudb.conf file chunk size
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
CHUNK_SIZE
Maximum number of records per joined-chunk for this table.
|
static String |
COLLECTION_NAME
Name of a collection which is to contain the join.
|
static String |
FALSE |
static String |
MAX_QUERY_DIMENSIONS
Obsolete in GPUdb v7.0
|
static String |
NO_COUNT
return a count of 0 for the join table for logging and for
show_table.
|
static String |
OPTIMIZE_LOOKUPS
Use more memory to speed up the joining of tables.
|
static String |
TRUE |
static String |
TTL
Sets the TTL of the join table specified in
joinTableName . |
static String |
VIEW_ID
view this projection is part of.
|
public static final String COLLECTION_NAME
public static final String MAX_QUERY_DIMENSIONS
public static final String OPTIMIZE_LOOKUPS
FALSE
.public static final String TRUE
public static final String FALSE
public static final String TTL
joinTableName
.public static final String VIEW_ID
public static final String NO_COUNT
public static final String CHUNK_SIZE
Copyright © 2020. All rights reserved.