public static final class AlterSystemPropertiesRequest.PropertyUpdatesMap extends Object
SM_OMP_THREADS
: Set the number of OpenMP threads that will be used to
service filter & aggregation requests against collections to the
specified integer value.
KERNEL_OMP_THREADS
: Set the number of kernel OpenMP threads to the
specified integer value.
CONCURRENT_KERNEL_EXECUTION
: Enables concurrent kernel execution if the
value is true
and disables it if the value is false
.
Supported values:
SUBTASK_CONCURRENCY_LIMIT
: Sets the maximum number of simultaneous
threads allocated to a given request, on each rank. Note that thread
allocation may also be limted by resource group limits and/or system
load.
CHUNK_SIZE
: Sets the number of records per chunk to be used for all new
tables.
EVICT_COLUMNS
: Attempts to evict columns from memory to the persistent
store. Value string is a semicolon separated list of entries, each
entry being a table name optionally followed by a comma and a comma
separated list of column names to attempt to evict. An empty value
string will attempt to evict all tables and columns.
EXECUTION_MODE
: Sets the execution_mode for kernel executions to the
specified string value. Possible values are host, device, default
(engine decides) or an integer value that indicates max chunk size to
exec on host
EXTERNAL_FILES_DIRECTORY
: Sets the root directory path where external
table data files are accessed from. Path must exist on the head node
FLUSH_TO_DISK
: Flushes any changes to any tables to the persistent
store. These changes include updates to the vector store, object store,
and text search store, Value string is ignored
CLEAR_CACHE
: Clears cached results. Useful to allow repeated timing of
endpoints. Value string is the name of the table for which to clear the
cached results, or an empty string to clear the cached results for all
tables.
COMMUNICATOR_TEST
: Invoke the communicator test and report timing
results. Value string is is a semicolon separated list of [key]=[value]
expressions. Expressions are: num_transactions=[num] where num is the
number of request reply transactions to invoke per test;
message_size=[bytes] where bytes is the size in bytes of the messages to
send; check_values=[enabled] where if enabled is true the value of the
messages received are verified.
SET_MESSAGE_TIMERS_ENABLED
: Enables the communicator test to collect
additional timing statistics when the value string is true
.
Disables the collection when the value string is false
Supported values:
NETWORK_SPEED
: Invoke the network speed test and report timing results.
Value string is a semicolon-separated list of [key]=[value] expressions.
Valid expressions are: seconds=[time] where time is the time in seconds
to run the test; data_size=[bytes] where bytes is the size in bytes of
the block to be transferred; threads=[number of threads];
to_ranks=[space-separated list of ranks] where the list of ranks is the
ranks that rank 0 will send data to and get data from. If to_ranks is
unspecified then all worker ranks are used.
REQUEST_TIMEOUT
: Number of minutes after which filtering (e.g., GPUdb.filter(FilterRequest)
) and aggregating (e.g., GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)
) queries
will timeout. The default value is '20'.
MAX_GET_RECORDS_SIZE
: The maximum number of records the database will
serve for a given data retrieval call. The default value is '20000'.
ENABLE_AUDIT
: Enable or disable auditing.
AUDIT_HEADERS
: Enable or disable auditing of request headers.
AUDIT_BODY
: Enable or disable auditing of request bodies.
AUDIT_DATA
: Enable or disable auditing of request data.
SHADOW_AGG_SIZE
: Size of the shadow aggregate chunk cache in bytes.
The default value is '10000000'.
SHADOW_FILTER_SIZE
: Size of the shdow filter chunk cache in bytes. The
default value is '10000000'.
SYNCHRONOUS_COMPRESSION
: compress vector on set_compression (instead of
waiting for background thread). The default value is 'false'.
ENABLE_OVERLAPPED_EQUI_JOIN
: Enable overlapped-equi-join filter. The
default value is 'true'.
ENABLE_COMPOUND_EQUI_JOIN
: Enable compound-equi-join filter plan type.
The default value is 'false'.
propertyUpdatesMap
.Modifier and Type | Field and Description |
---|---|
static String |
AUDIT_BODY
Enable or disable auditing of request bodies.
|
static String |
AUDIT_DATA
Enable or disable auditing of request data.
|
static String |
AUDIT_HEADERS
Enable or disable auditing of request headers.
|
static String |
CHUNK_SIZE
Sets the number of records per chunk to be used for all new tables.
|
static String |
CLEAR_CACHE
Clears cached results.
|
static String |
COMMUNICATOR_TEST
Invoke the communicator test and report timing results.
|
static String |
CONCURRENT_KERNEL_EXECUTION
Enables concurrent kernel execution if the value is
true and
disables it if the value is false . |
static String |
ENABLE_AUDIT
Enable or disable auditing.
|
static String |
ENABLE_COMPOUND_EQUI_JOIN
Enable compound-equi-join filter plan type.
|
static String |
ENABLE_OVERLAPPED_EQUI_JOIN
Enable overlapped-equi-join filter.
|
static String |
EVICT_COLUMNS
Attempts to evict columns from memory to the persistent store.
|
static String |
EXECUTION_MODE
Sets the execution_mode for kernel executions to the specified
string value.
|
static String |
EXTERNAL_FILES_DIRECTORY
Sets the root directory path where external table data files are
accessed from.
|
static String |
FALSE |
static String |
FLUSH_TO_DISK
Flushes any changes to any tables to the persistent store.
|
static String |
KERNEL_OMP_THREADS
Set the number of kernel OpenMP threads to the specified integer
value.
|
static String |
MAX_GET_RECORDS_SIZE
The maximum number of records the database will serve for a given
data retrieval call.
|
static String |
NETWORK_SPEED
Invoke the network speed test and report timing results.
|
static String |
REQUEST_TIMEOUT
Number of minutes after which filtering (e.g.,
GPUdb.filter(FilterRequest) ) and aggregating (e.g.,
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest) )
queries will timeout. |
static String |
SET_MESSAGE_TIMERS_ENABLED
Enables the communicator test to collect additional timing
statistics when the value string is
true . |
static String |
SHADOW_AGG_SIZE
Size of the shadow aggregate chunk cache in bytes.
|
static String |
SHADOW_FILTER_SIZE
Size of the shdow filter chunk cache in bytes.
|
static String |
SM_OMP_THREADS
Set the number of OpenMP threads that will be used to service filter
& aggregation requests against collections to the specified integer
value.
|
static String |
SUBTASK_CONCURRENCY_LIMIT
Sets the maximum number of simultaneous threads allocated to a given
request, on each rank.
|
static String |
SYNCHRONOUS_COMPRESSION
compress vector on set_compression (instead of waiting for
background thread).
|
static String |
TRUE |
public static final String SM_OMP_THREADS
public static final String KERNEL_OMP_THREADS
public static final String CONCURRENT_KERNEL_EXECUTION
true
and
disables it if the value is false
.
Supported values:
public static final String TRUE
public static final String FALSE
public static final String SUBTASK_CONCURRENCY_LIMIT
public static final String CHUNK_SIZE
public static final String EVICT_COLUMNS
public static final String EXECUTION_MODE
public static final String EXTERNAL_FILES_DIRECTORY
public static final String FLUSH_TO_DISK
public static final String CLEAR_CACHE
public static final String COMMUNICATOR_TEST
public static final String SET_MESSAGE_TIMERS_ENABLED
true
. Disables the
collection when the value string is false
Supported values:
public static final String NETWORK_SPEED
public static final String REQUEST_TIMEOUT
GPUdb.filter(FilterRequest)
) and aggregating (e.g.,
GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)
)
queries will timeout. The default value is '20'.public static final String MAX_GET_RECORDS_SIZE
public static final String ENABLE_AUDIT
public static final String AUDIT_HEADERS
public static final String AUDIT_BODY
public static final String AUDIT_DATA
public static final String SHADOW_AGG_SIZE
public static final String SHADOW_FILTER_SIZE
public static final String SYNCHRONOUS_COMPRESSION
public static final String ENABLE_OVERLAPPED_EQUI_JOIN
public static final String ENABLE_COMPOUND_EQUI_JOIN
Copyright © 2020. All rights reserved.