Package com.gpudb.protocol
Class AlterSystemPropertiesRequest.PropertyUpdatesMap
java.lang.Object
com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enclosing class:
A set of string constants for the
AlterSystemPropertiesRequest parameter propertyUpdatesMap.
Map containing the properties of the system to be updated. Error if empty.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRestricts access to system admin users only.static final StringAI API connection timeout in seconds.static final StringAI API model name.static final StringAI API key.static final StringAI API provider type.static final StringAI API URL.static final StringEnable RAG.static final StringEnable or disable auditing of request bodies.static final StringEnable or disable auditing of request data.static final StringEnable or disable auditing of request headers.static final StringEnable or disable auditing of response information.static final StringSize of the worker rank background thread pool.static final StringSets the target maximum data size for each column in a chunk to be used for all new tables.static final StringIndicates the target maximum data size for all columns in a chunk to be used for all new tables.static final StringSets the number of records per chunk to be used for all new tables.static final StringThe default compression algorithm applied to any column without a column-level or table-level default compression specified at the time it was created.static final Stringstatic final StringTime interval in seconds after which the database will apply optimizations/transformations to persisted data, such as compression.static final StringParquet file compression type.static final StringMax file size (in MB) to allow saving to a single file.static final StringEnable or disable auditing.static final StringEnable the one_step compound-equi-join algorithm.static final StringEnable overlapped-equi-join filter.static final StringLog a stack trace for any thread that runs longer than a defined threshold.static final StringSets the execution_mode for kernel executions to the specified string value.static final StringSets the root directory path where external table data files are accessed from.static final Stringstatic final Stringstatic final StringInitializes HA replay from the given timestamp (as milliseconds since unix epoch).static final StringMaximum number of records to be ingested in a single batch.static final StringMaximum time (milliseconds) for each poll to get records from Kafka.static final StringMaximum time (seconds) to buffer records received from Kafka before ingestion.static final StringThe default maximum capacity to apply when creating a KiFS directory (bytes).static final StringOutputs various job-related information to the rank logs.static final StringSets the max_concurrent_kernels value of the conf.static final StringThe maximum number of records the database will serve for a given data retrieval call.static final StringIdle connection timeout in seconds.static final StringEnable postgres proxy keep alive.static final StringNumber of minutes after which filtering (e.g.,GPUdb.filter) and aggregating (e.g.,GPUdb.aggregateGroupBy) queries will timeout.static final StringSize of the shadow aggregate chunk cache in bytes.static final StringSize of the shadow filter chunk cache in bytes.static final Stringstatic final StringSets the maximum number of simultaneous threads allocated to a given request, on each rank.static final StringSets the system_metadata.retention_period value of the conf.static final StringSize of the worker rank data calculation thread pool.static final StringCapture metrics for any query exceeding this duration in seconds.static final StringEnable or disable persisting of query metrics.static final StringSize of the worker rank data processing thread pool.static final Stringstatic final String
Field Details
REQUEST_TIMEOUT
Number of minutes after which filtering (e.g.,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’.See Also:TPS_PER_TOM
Size of the worker rank data processing thread pool. This includes operations such as inserts, updates, and deletes on table data. Multi-head inserts are not affected by this limit. The minimum allowed value is ‘2’. The maximum allowed value is ‘8192’.See Also:COMPRESSION_CODEC
The default compression algorithm applied to any column without a column-level or table-level default compression specified at the time it was created.See Also: