public static final class AlterSystemPropertiesRequest.PropertyUpdatesMap extends Object
AlterSystemPropertiesRequest
parameter propertyUpdatesMap
.
Map containing the properties of the system to be updated. Error if empty.
Modifier and Type | Field and Description |
---|---|
static String |
AI_API_CONNECTION_TIMEOUT
AI API connection timeout in seconds
|
static String |
AI_API_EMBEDDINGS_MODEL
AI API model name
|
static String |
AI_API_KEY
AI API key
|
static String |
AI_API_PROVIDER
AI API provider type
|
static String |
AI_API_URL
AI API URL
|
static String |
AI_ENABLE_RAG
Enable RAG.
|
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 |
AUDIT_RESPONSE
Enable or disable auditing of response information.
|
static String |
BACKGROUND_WORKER_THREADS
Size of the worker rank background thread pool.
|
static String |
CHUNK_COLUMN_MAX_MEMORY
Sets the target maximum data size for each column in a chunk to be
used for all new tables.
|
static String |
CHUNK_MAX_MEMORY
Indicates the target maximum data size for all columns in a chunk to
be used for all new tables.
|
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
|
static String |
EGRESS_PARQUET_COMPRESSION
Parquet file compression type.
|
static String |
EGRESS_SINGLE_FILE_MAX_SIZE
Max file size (in MB) to allow saving to a single file.
|
static String |
ENABLE_AUDIT
Enable or disable auditing.
|
static String |
ENABLE_ONE_STEP_COMPOUND_EQUI_JOIN
Enable the one_step compound-equi-join algorithm.
|
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 |
GZIP |
static String |
KAFKA_BATCH_SIZE
Maximum number of records to be ingested in a single batch.
|
static String |
KAFKA_POLL_TIMEOUT
Maximum time (milliseconds) for each poll to get records from kafka.
|
static String |
KAFKA_WAIT_TIME
Maximum time (seconds) to buffer records received from kafka before
ingestion.
|
static String |
KIFS_DIRECTORY_DATA_LIMIT
The default maximum capacity to apply when creating a KiFS directory
(bytes).
|
static String |
MAX_CONCURRENT_KERNELS
Sets the max_concurrent_kernels value of the conf.
|
static String |
MAX_GET_RECORDS_SIZE
The maximum number of records the database will serve for a given
data retrieval call.
|
static String |
MAX_GRBC_BATCH_SIZE
<DEVELOPER>
|
static String |
NETWORK_SPEED
Invoke the network speed test and report timing results.
|
static String |
POSTGRES_PROXY_IDLE_CONNECTION_TIMEOUT
Idle connection timeout in seconds
|
static String |
POSTGRES_PROXY_KEEP_ALIVE
Enable postgres proxy keep alive.
|
static String |
REQUEST_TIMEOUT
Number of minutes after which filtering (e.g.,
GPUdb.filter ) and aggregating
(e.g., GPUdb.aggregateGroupBy ) queries will timeout. |
static String |
SHADOW_AGG_SIZE
Size of the shadow aggregate chunk cache in bytes.
|
static String |
SHADOW_FILTER_SIZE
Size of the shadow filter chunk cache in bytes.
|
static String |
SNAPPY |
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 |
SYSTEM_METADATA_RETENTION_PERIOD
Sets the system_metadata.retention_period value of the conf.
|
static String |
TCS_PER_TOM
Sets the tcs_per_tom value of the conf.
|
static String |
TELM_PERSIST_QUERY_METRICS
Enable or disable persisting of query metrics.
|
static String |
TPS_PER_TOM
Sets the tps_per_tom value of the conf.
|
static String |
TRUE |
static String |
UNCOMPRESSED |
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 CHUNK_COLUMN_MAX_MEMORY
public static final String CHUNK_MAX_MEMORY
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 NETWORK_SPEED
public static final String REQUEST_TIMEOUT
GPUdb.filter
) and aggregating
(e.g., GPUdb.aggregateGroupBy
) queries will timeout. The default value is
'20'. The minimum allowed value is '0'. The maximum allowed value is
'1440'.public static final String MAX_GET_RECORDS_SIZE
public static final String MAX_GRBC_BATCH_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 AUDIT_RESPONSE
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_ONE_STEP_COMPOUND_EQUI_JOIN
public static final String KAFKA_BATCH_SIZE
public static final String KAFKA_POLL_TIMEOUT
public static final String KAFKA_WAIT_TIME
public static final String EGRESS_PARQUET_COMPRESSION
SNAPPY
.public static final String UNCOMPRESSED
public static final String SNAPPY
public static final String GZIP
public static final String EGRESS_SINGLE_FILE_MAX_SIZE
public static final String MAX_CONCURRENT_KERNELS
public static final String SYSTEM_METADATA_RETENTION_PERIOD
public static final String TCS_PER_TOM
public static final String TPS_PER_TOM
public static final String BACKGROUND_WORKER_THREADS
public static final String AI_ENABLE_RAG
public static final String AI_API_PROVIDER
public static final String AI_API_URL
public static final String AI_API_KEY
public static final String AI_API_CONNECTION_TIMEOUT
public static final String AI_API_EMBEDDINGS_MODEL
public static final String TELM_PERSIST_QUERY_METRICS
public static final String POSTGRES_PROXY_IDLE_CONNECTION_TIMEOUT
public static final String POSTGRES_PROXY_KEEP_ALIVE
public static final String KIFS_DIRECTORY_DATA_LIMIT
Copyright © 2025. All rights reserved.