InfluxDbV3EnterpriseParameters

All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines how often the catalog synchronizes across cluster nodes.

Link copied to clipboard

Specifies how often the compactor checks for new compaction work to perform.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Sets the maximum number of files included in any compaction plan.

Link copied to clipboard

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.

Link copied to clipboard

Specifies the soft limit for the number of rows per file that the compactor writes. The compactor may write more rows than this limit.

Link copied to clipboard

Provides custom configuration to DataFusion as a comma-separated list of key:value pairs.

Link copied to clipboard

When multiple parquet files are required in a sorted way (deduplication for example), specifies the maximum fanout.

Link copied to clipboard

Sets the maximum number of DataFusion runtime threads to use.

Link copied to clipboard

Disables the LIFO slot of the DataFusion runtime.

Link copied to clipboard

Sets the number of scheduler ticks after which the scheduler of the DataFusion tokio runtime polls for external events–for example: timers, I/O.

Link copied to clipboard

Sets the number of scheduler ticks after which the scheduler of the DataFusion runtime polls the global task queue.

Link copied to clipboard

Specifies the limit for additional threads spawned by the DataFusion runtime.

Link copied to clipboard

Configures the maximum number of events processed per tick by the tokio DataFusion runtime.

Link copied to clipboard

Sets a custom timeout for a thread in the blocking pool of the tokio DataFusion runtime.

Link copied to clipboard

Sets the thread priority for tokio DataFusion runtime workers.

Link copied to clipboard

Specifies the DataFusion tokio runtime type.

Link copied to clipboard

Uses a cached parquet loader when reading parquet files from the object store.

Link copied to clipboard

Specifies if the compactor instance should be a standalone instance or not.

Link copied to clipboard

Specifies the grace period before permanently deleting data.

Link copied to clipboard

Disables the in-memory Parquet cache. By default, the cache is enabled.

Link copied to clipboard

Specifies the interval to evict expired entries from the distinct value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.

Link copied to clipboard

Disables populating the distinct value cache from historical data. If disabled, the cache is still populated with data from the write-ahead log (WAL).

Link copied to clipboard

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%.

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

Specifies how far back to look when creating generation 1 Parquet files.

Link copied to clipboard

Sets the default duration for hard deletion of data.

Link copied to clipboard

Specifies number of instances in the DbCluster which can both ingest and query.

Link copied to clipboard

Specifies the interval to evict expired entries from the Last-N-Value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.

Link copied to clipboard

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).

Link copied to clipboard

Sets the filter directive for logs.

Link copied to clipboard

Defines the message format for logs.

Link copied to clipboard

Specifies the maximum size of HTTP requests.

Link copied to clipboard

Sets the interval to check if the in-memory Parquet cache needs to be pruned.

Link copied to clipboard

Specifies the percentage of entries to prune during a prune operation on the in-memory Parquet cache.

Link copied to clipboard

Specifies the time window for caching recent Parquet files in memory.

Link copied to clipboard

Specifies the size of the in-memory Parquet cache in megabytes or percentage of total available memory.

Link copied to clipboard

Specifies the interval to prefetch into the Parquet cache during compaction.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Specifies number of instances in the DbCluster which can only query.

Link copied to clipboard

Specifies the interval at which data replication occurs between cluster nodes.

Link copied to clipboard

The interval at which retention policies are checked and enforced. Enter as a human-readable time–for example: 30m or 1h.

Link copied to clipboard

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.

Link copied to clipboard

Limits the concurrency level for table index cache operations.

Link copied to clipboard

Specifies the maximum number of entries in the table index cache.

Link copied to clipboard

Specifies the maximum number of write requests that can be buffered before a flush must be executed and succeed.

Link copied to clipboard

Concurrency limit during WAL replay. Setting this number too high can lead to OOM. The default is dynamically determined.

Link copied to clipboard

Determines whether WAL replay should fail when encountering errors.

Link copied to clipboard

Defines the number of WAL files to attempt to remove in a snapshot. This, multiplied by the interval, determines how often snapshots are taken.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String