Class: Aws::TimestreamInfluxDB::Types::InfluxDBv3EnterpriseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::InfluxDBv3EnterpriseParameters
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
All the customer-modifiable InfluxDB v3 Enterprise parameters in Timestream for InfluxDB.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_sync_interval ⇒ Types::Duration
Defines how often the catalog synchronizes across cluster nodes.
-
#compaction_check_interval ⇒ Types::Duration
Specifies how often the compactor checks for new compaction work to perform.
-
#compaction_cleanup_wait ⇒ Types::Duration
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.
-
#compaction_gen_2_duration ⇒ Types::Duration
Specifies the duration of the first level of compaction (gen2).
-
#compaction_max_num_files_per_plan ⇒ Integer
Sets the maximum number of files included in any compaction plan.
-
#compaction_multipliers ⇒ String
Specifies a comma-separated list of multiples defining the duration of each level of compaction.
-
#compaction_row_limit ⇒ Integer
Specifies the soft limit for the number of rows per file that the compactor writes.
-
#data_fusion_config ⇒ String
Provides custom configuration to DataFusion as a comma-separated list of key:value pairs.
-
#data_fusion_max_parquet_fanout ⇒ Integer
When multiple parquet files are required in a sorted way (deduplication for example), specifies the maximum fanout.
-
#data_fusion_num_threads ⇒ Integer
Sets the maximum number of DataFusion runtime threads to use.
-
#data_fusion_runtime_disable_lifo_slot ⇒ Boolean
Disables the LIFO slot of the DataFusion runtime.
-
#data_fusion_runtime_event_interval ⇒ Integer
Sets the number of scheduler ticks after which the scheduler of the DataFusion tokio runtime polls for external events–for example: timers, I/O.
-
#data_fusion_runtime_global_queue_interval ⇒ Integer
Sets the number of scheduler ticks after which the scheduler of the DataFusion runtime polls the global task queue.
-
#data_fusion_runtime_max_blocking_threads ⇒ Integer
Specifies the limit for additional threads spawned by the DataFusion runtime.
-
#data_fusion_runtime_max_io_events_per_tick ⇒ Integer
Configures the maximum number of events processed per tick by the tokio DataFusion runtime.
-
#data_fusion_runtime_thread_keep_alive ⇒ Types::Duration
Sets a custom timeout for a thread in the blocking pool of the tokio DataFusion runtime.
-
#data_fusion_runtime_thread_priority ⇒ Integer
Sets the thread priority for tokio DataFusion runtime workers.
-
#data_fusion_runtime_type ⇒ String
Specifies the DataFusion tokio runtime type.
-
#data_fusion_use_cached_parquet_loader ⇒ Boolean
Uses a cached parquet loader when reading parquet files from the object store.
-
#dedicated_compactor ⇒ Boolean
Specifies if the compactor instance should be a standalone instance or not.
-
#delete_grace_period ⇒ Types::Duration
Specifies the grace period before permanently deleting data.
-
#disable_parquet_mem_cache ⇒ Boolean
Disables the in-memory Parquet cache.
-
#distinct_cache_eviction_interval ⇒ Types::Duration
Specifies the interval to evict expired entries from the distinct value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
-
#distinct_value_cache_disable_from_history ⇒ Boolean
Disables populating the distinct value cache from historical data.
-
#exec_mem_pool_bytes ⇒ Types::PercentOrAbsoluteLong
Specifies the size of memory pool used during query execution.
-
#force_snapshot_mem_threshold ⇒ Types::PercentOrAbsoluteLong
Specifies the threshold for the internal memory buffer.
-
#gen1_duration ⇒ Types::Duration
Specifies the duration that Parquet files are arranged into.
-
#gen1_lookback_duration ⇒ Types::Duration
Specifies how far back to look when creating generation 1 Parquet files.
-
#hard_delete_default_duration ⇒ Types::Duration
Sets the default duration for hard deletion of data.
-
#ingest_query_instances ⇒ Integer
Specifies number of instances in the DbCluster which can both ingest and query.
-
#last_cache_eviction_interval ⇒ Types::Duration
Specifies the interval to evict expired entries from the Last-N-Value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
-
#last_value_cache_disable_from_history ⇒ Boolean
Disables populating the last-N-value cache from historical data.
-
#log_filter ⇒ String
Sets the filter directive for logs.
-
#log_format ⇒ String
Defines the message format for logs.
-
#max_http_request_size ⇒ Integer
Specifies the maximum size of HTTP requests.
-
#parquet_mem_cache_prune_interval ⇒ Types::Duration
Sets the interval to check if the in-memory Parquet cache needs to be pruned.
-
#parquet_mem_cache_prune_percentage ⇒ Float
Specifies the percentage of entries to prune during a prune operation on the in-memory Parquet cache.
-
#parquet_mem_cache_query_path_duration ⇒ Types::Duration
Specifies the time window for caching recent Parquet files in memory.
-
#parquet_mem_cache_size ⇒ Types::PercentOrAbsoluteLong
Specifies the size of the in-memory Parquet cache in megabytes or percentage of total available memory.
-
#preemptive_cache_age ⇒ Types::Duration
Specifies the interval to prefetch into the Parquet cache during compaction.
-
#query_file_limit ⇒ Integer
Limits the number of Parquet files a query can access.
-
#query_log_size ⇒ Integer
Defines the size of the query log.
-
#query_only_instances ⇒ Integer
Specifies number of instances in the DbCluster which can only query.
-
#replication_interval ⇒ Types::Duration
Specifies the interval at which data replication occurs between cluster nodes.
-
#retention_check_interval ⇒ Types::Duration
The interval at which retention policies are checked and enforced.
-
#snapshotted_wal_files_to_keep ⇒ Integer
Specifies the number of snapshotted WAL files to retain in the object store.
-
#table_index_cache_concurrency_limit ⇒ Integer
Limits the concurrency level for table index cache operations.
-
#table_index_cache_max_entries ⇒ Integer
Specifies the maximum number of entries in the table index cache.
-
#wal_max_write_buffer_size ⇒ Integer
Specifies the maximum number of write requests that can be buffered before a flush must be executed and succeed.
-
#wal_replay_concurrency_limit ⇒ Integer
Concurrency limit during WAL replay.
-
#wal_replay_fail_on_error ⇒ Boolean
Determines whether WAL replay should fail when encountering errors.
-
#wal_snapshot_size ⇒ Integer
Defines the number of WAL files to attempt to remove in a snapshot.
Instance Attribute Details
#catalog_sync_interval ⇒ Types::Duration
Defines how often the catalog synchronizes across cluster nodes.
Default: 10s
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_check_interval ⇒ Types::Duration
Specifies how often the compactor checks for new compaction work to perform.
Default: 10s
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_cleanup_wait ⇒ Types::Duration
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.
Default: 10m
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_gen_2_duration ⇒ Types::Duration
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.
Default: 20m
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_max_num_files_per_plan ⇒ Integer
Sets the maximum number of files included in any compaction plan.
Default: 500
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_multipliers ⇒ String
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.
Default: 3,4,6,5
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#compaction_row_limit ⇒ Integer
Specifies the soft limit for the number of rows per file that the compactor writes. The compactor may write more rows than this limit.
Default: 1000000
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_config ⇒ String
Provides custom configuration to DataFusion as a comma-separated list of key:value pairs.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_max_parquet_fanout ⇒ Integer
When multiple parquet files are required in a sorted way (deduplication for example), specifies the maximum fanout.
Default: 1000
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_num_threads ⇒ Integer
Sets the maximum number of DataFusion runtime threads to use.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_disable_lifo_slot ⇒ Boolean
Disables the LIFO slot of the DataFusion runtime.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_event_interval ⇒ Integer
Sets the number of scheduler ticks after which the scheduler of the DataFusion tokio runtime polls for external events–for example: timers, I/O.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_global_queue_interval ⇒ Integer
Sets the number of scheduler ticks after which the scheduler of the DataFusion runtime polls the global task queue.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_max_blocking_threads ⇒ Integer
Specifies the limit for additional threads spawned by the DataFusion runtime.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_max_io_events_per_tick ⇒ Integer
Configures the maximum number of events processed per tick by the tokio DataFusion runtime.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_thread_keep_alive ⇒ Types::Duration
Sets a custom timeout for a thread in the blocking pool of the tokio DataFusion runtime.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_thread_priority ⇒ Integer
Sets the thread priority for tokio DataFusion runtime workers.
Default: 10
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_runtime_type ⇒ String
Specifies the DataFusion tokio runtime type.
Default: multi-thread
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#data_fusion_use_cached_parquet_loader ⇒ Boolean
Uses a cached parquet loader when reading parquet files from the object store.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#dedicated_compactor ⇒ Boolean
Specifies if the compactor instance should be a standalone instance or not.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#delete_grace_period ⇒ Types::Duration
Specifies the grace period before permanently deleting data.
Default: 24h
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#disable_parquet_mem_cache ⇒ Boolean
Disables the in-memory Parquet cache. By default, the cache is enabled.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#distinct_cache_eviction_interval ⇒ Types::Duration
Specifies the interval to evict expired entries from the distinct value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
Default: 10s
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#distinct_value_cache_disable_from_history ⇒ Boolean
Disables populating the distinct value cache from historical data. If disabled, the cache is still populated with data from the write-ahead log (WAL).
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#exec_mem_pool_bytes ⇒ Types::PercentOrAbsoluteLong
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%.
Default: 20%
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#force_snapshot_mem_threshold ⇒ Types::PercentOrAbsoluteLong
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
Default: 70%
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#gen1_duration ⇒ Types::Duration
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.
Default: 10m
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#gen1_lookback_duration ⇒ Types::Duration
Specifies how far back to look when creating generation 1 Parquet files.
Default: 24h
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#hard_delete_default_duration ⇒ Types::Duration
Sets the default duration for hard deletion of data.
Default: 90d
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#ingest_query_instances ⇒ Integer
Specifies number of instances in the DbCluster which can both ingest and query.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#last_cache_eviction_interval ⇒ Types::Duration
Specifies the interval to evict expired entries from the Last-N-Value cache, expressed as a human-readable duration–for example: 20s, 1m, 1h.
Default: 10s
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#last_value_cache_disable_from_history ⇒ Boolean
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).
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#log_filter ⇒ String
Sets the filter directive for logs.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#log_format ⇒ String
Defines the message format for logs.
Default: full
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#max_http_request_size ⇒ Integer
Specifies the maximum size of HTTP requests.
Default: 10485760
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#parquet_mem_cache_prune_interval ⇒ Types::Duration
Sets the interval to check if the in-memory Parquet cache needs to be pruned.
Default: 1s
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#parquet_mem_cache_prune_percentage ⇒ Float
Specifies the percentage of entries to prune during a prune operation on the in-memory Parquet cache.
Default: 0.1
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#parquet_mem_cache_query_path_duration ⇒ Types::Duration
Specifies the time window for caching recent Parquet files in memory.
Default: 5h
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#parquet_mem_cache_size ⇒ Types::PercentOrAbsoluteLong
Specifies the size of the in-memory Parquet cache in megabytes or percentage of total available memory.
Default: 20%
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#preemptive_cache_age ⇒ Types::Duration
Specifies the interval to prefetch into the Parquet cache during compaction.
Default: 3d
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#query_file_limit ⇒ Integer
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.
Default: 432
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#query_log_size ⇒ Integer
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.
Default: 1000
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#query_only_instances ⇒ Integer
Specifies number of instances in the DbCluster which can only query.
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#replication_interval ⇒ Types::Duration
Specifies the interval at which data replication occurs between cluster nodes.
Default: 250ms
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#retention_check_interval ⇒ Types::Duration
The interval at which retention policies are checked and enforced. Enter as a human-readable time–for example: 30m or 1h.
Default: 30m
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#snapshotted_wal_files_to_keep ⇒ Integer
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.
Default: 300
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#table_index_cache_concurrency_limit ⇒ Integer
Limits the concurrency level for table index cache operations.
Default: 8
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#table_index_cache_max_entries ⇒ Integer
Specifies the maximum number of entries in the table index cache.
Default: 1000
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#wal_max_write_buffer_size ⇒ Integer
Specifies the maximum number of write requests that can be buffered before a flush must be executed and succeed.
Default: 100000
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#wal_replay_concurrency_limit ⇒ Integer
Concurrency limit during WAL replay. Setting this number too high can lead to OOM. The default is dynamically determined.
Default: max(num_cpus, 10)
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#wal_replay_fail_on_error ⇒ Boolean
Determines whether WAL replay should fail when encountering errors.
Default: false
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |
#wal_snapshot_size ⇒ Integer
Defines the number of WAL files to attempt to remove in a snapshot. This, multiplied by the interval, determines how often snapshots are taken.
Default: 600
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 2253 class InfluxDBv3EnterpriseParameters < Struct.new( :query_file_limit, :query_log_size, :log_filter, :log_format, :data_fusion_num_threads, :data_fusion_runtime_type, :data_fusion_runtime_disable_lifo_slot, :data_fusion_runtime_event_interval, :data_fusion_runtime_global_queue_interval, :data_fusion_runtime_max_blocking_threads, :data_fusion_runtime_max_io_events_per_tick, :data_fusion_runtime_thread_keep_alive, :data_fusion_runtime_thread_priority, :data_fusion_max_parquet_fanout, :data_fusion_use_cached_parquet_loader, :data_fusion_config, :max_http_request_size, :force_snapshot_mem_threshold, :wal_snapshot_size, :wal_max_write_buffer_size, :snapshotted_wal_files_to_keep, :preemptive_cache_age, :parquet_mem_cache_prune_percentage, :parquet_mem_cache_prune_interval, :disable_parquet_mem_cache, :parquet_mem_cache_query_path_duration, :last_cache_eviction_interval, :distinct_cache_eviction_interval, :gen1_duration, :exec_mem_pool_bytes, :parquet_mem_cache_size, :wal_replay_fail_on_error, :wal_replay_concurrency_limit, :table_index_cache_max_entries, :table_index_cache_concurrency_limit, :gen1_lookback_duration, :retention_check_interval, :delete_grace_period, :hard_delete_default_duration, :ingest_query_instances, :query_only_instances, :dedicated_compactor, :compaction_row_limit, :compaction_max_num_files_per_plan, :compaction_gen_2_duration, :compaction_multipliers, :compaction_cleanup_wait, :compaction_check_interval, :last_value_cache_disable_from_history, :distinct_value_cache_disable_from_history, :replication_interval, :catalog_sync_interval) SENSITIVE = [] include Aws::Structure end |