InfluxDbV3EnterpriseParameters
All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.
Types
Properties
Defines how often the catalog synchronizes across cluster nodes.
Specifies how often the compactor checks for new compaction work to perform.
Specifies the amount of time that the compactor waits after finishing a compaction run to delete files marked as needing deletion during that compaction run.
Specifies the duration of the first level of compaction (gen2). Later levels of compaction are multiples of this duration. This value should be equal to or greater than the gen1 duration.
Sets the maximum number of files included in any compaction plan.
Specifies a comma-separated list of multiples defining the duration of each level of compaction. The number of elements in the list determines the number of compaction levels. The first element specifies the duration of the first level (gen3); subsequent levels are multiples of the previous level.
Specifies the soft limit for the number of rows per file that the compactor writes. The compactor may write more rows than this limit.
Provides custom configuration to DataFusion as a comma-separated list of key:value pairs.
When multiple parquet files are required in a sorted way (deduplication for example), specifies the maximum fanout.
Sets the maximum number of DataFusion runtime threads to use.
Disables the LIFO slot of the DataFusion runtime.
Sets the number of scheduler ticks after which the scheduler of the DataFusion tokio runtime polls for external events–for example: timers, I/O.
Sets the number of scheduler ticks after which the scheduler of the DataFusion runtime polls the global task queue.
Specifies the limit for additional threads spawned by the DataFusion runtime.
Configures the maximum number of events processed per tick by the tokio DataFusion runtime.
Sets a custom timeout for a thread in the blocking pool of the tokio DataFusion runtime.
Sets the thread priority for tokio DataFusion runtime workers.
Specifies the DataFusion tokio runtime type.
Uses a cached parquet loader when reading parquet files from the object store.
Specifies if the compactor instance should be a standalone instance or not.
Specifies the grace period before permanently deleting data.
Disables the in-memory Parquet cache. By default, the cache is enabled.
Specifies the interval to evict expired entries from the distinct value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
Disables populating the distinct value cache from historical data. If disabled, the cache is still populated with data from the write-ahead log (WAL).
Specifies the size of memory pool used during query execution. Can be given as absolute value in bytes or as a percentage of the total available memory–for example: 8000000000 or 10%.
Specifies the threshold for the internal memory buffer. Supports either a percentage (portion of available memory) or absolute value in MB–for example: 70% or 100
Specifies the duration that Parquet files are arranged into. Data timestamps land each row into a file of this duration. Supported durations are 1m, 5m, and 10m. These files are known as “generation 1” files, which the compactor can merge into larger generations.
Specifies how far back to look when creating generation 1 Parquet files.
Sets the default duration for hard deletion of data.
Specifies number of instances in the DbCluster which can both ingest and query.
Specifies the interval to evict expired entries from the Last-N-Value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
Disables populating the last-N-value cache from historical data. If disabled, the cache is still populated with data from the write-ahead log (WAL).
Defines the message format for logs.
Specifies the maximum size of HTTP requests.
Sets the interval to check if the in-memory Parquet cache needs to be pruned.
Specifies the percentage of entries to prune during a prune operation on the in-memory Parquet cache.
Specifies the time window for caching recent Parquet files in memory.
Specifies the size of the in-memory Parquet cache in megabytes or percentage of total available memory.
Specifies the interval to prefetch into the Parquet cache during compaction.
Limits the number of Parquet files a query can access. If a query attempts to read more than this limit, InfluxDB 3 returns an error.
Defines the size of the query log. Up to this many queries remain in the log before older queries are evicted to make room for new ones.
Specifies number of instances in the DbCluster which can only query.
Specifies the interval at which data replication occurs between cluster nodes.
The interval at which retention policies are checked and enforced. Enter as a human-readable time–for example: 30m or 1h.
Specifies the number of snapshotted WAL files to retain in the object store. Flushing the WAL files does not clear the WAL files immediately; they are deleted when the number of snapshotted WAL files exceeds this number.
Limits the concurrency level for table index cache operations.
Specifies the maximum number of entries in the table index cache.
Specifies the maximum number of write requests that can be buffered before a flush must be executed and succeed.
Concurrency limit during WAL replay. Setting this number too high can lead to OOM. The default is dynamically determined.
Determines whether WAL replay should fail when encountering errors.
Defines the number of WAL files to attempt to remove in a snapshot. This, multiplied by the interval, determines how often snapshots are taken.