Class: Aws::TimestreamInfluxDB::Types::InfluxDBv3EnterpriseParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#catalog_sync_intervalTypes::Duration

Defines how often the catalog synchronizes across cluster nodes.

Default: 10s

Returns:



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_intervalTypes::Duration

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

Default: 10s

Returns:



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_waitTypes::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

Returns:



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_durationTypes::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

Returns:



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_planInteger

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

Default: 500

Returns:

  • (Integer)


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_multipliersString

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

Returns:

  • (String)


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_limitInteger

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

Returns:

  • (Integer)


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_configString

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

Returns:

  • (String)


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_fanoutInteger

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

Default: 1000

Returns:

  • (Integer)


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_threadsInteger

Sets the maximum number of DataFusion runtime threads to use.

Returns:

  • (Integer)


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_slotBoolean

Disables the LIFO slot of the DataFusion runtime.

Returns:

  • (Boolean)


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_intervalInteger

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

Returns:

  • (Integer)


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_intervalInteger

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

Returns:

  • (Integer)


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_threadsInteger

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

Returns:

  • (Integer)


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_tickInteger

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

Returns:

  • (Integer)


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_aliveTypes::Duration

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

Returns:



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_priorityInteger

Sets the thread priority for tokio DataFusion runtime workers.

Default: 10

Returns:

  • (Integer)


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_typeString

Specifies the DataFusion tokio runtime type.

Default: multi-thread

Returns:

  • (String)


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_loaderBoolean

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

Returns:

  • (Boolean)


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_compactorBoolean

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

Returns:

  • (Boolean)


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_periodTypes::Duration

Specifies the grace period before permanently deleting data.

Default: 24h

Returns:



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_cacheBoolean

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

Returns:

  • (Boolean)


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_intervalTypes::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

Returns:



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_historyBoolean

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

Returns:

  • (Boolean)


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_bytesTypes::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_thresholdTypes::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_durationTypes::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

Returns:



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_durationTypes::Duration

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

Default: 24h

Returns:



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_durationTypes::Duration

Sets the default duration for hard deletion of data.

Default: 90d

Returns:



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_instancesInteger

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

Returns:

  • (Integer)


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_intervalTypes::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

Returns:



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_historyBoolean

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

Returns:

  • (Boolean)


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_filterString

Sets the filter directive for logs.

Returns:

  • (String)


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_formatString

Defines the message format for logs.

Default: full

Returns:

  • (String)


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_sizeInteger

Specifies the maximum size of HTTP requests.

Default: 10485760

Returns:

  • (Integer)


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_intervalTypes::Duration

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

Default: 1s

Returns:



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_percentageFloat

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

Default: 0.1

Returns:

  • (Float)


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_durationTypes::Duration

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

Default: 5h

Returns:



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_sizeTypes::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_ageTypes::Duration

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

Default: 3d

Returns:



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_limitInteger

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

Returns:

  • (Integer)


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_sizeInteger

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

Returns:

  • (Integer)


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_instancesInteger

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

Returns:

  • (Integer)


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_intervalTypes::Duration

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

Default: 250ms

Returns:



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_intervalTypes::Duration

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

Default: 30m

Returns:



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_keepInteger

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

Returns:

  • (Integer)


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_limitInteger

Limits the concurrency level for table index cache operations.

Default: 8

Returns:

  • (Integer)


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_entriesInteger

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

Default: 1000

Returns:

  • (Integer)


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_sizeInteger

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

Default: 100000

Returns:

  • (Integer)


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_limitInteger

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

Default: max(num_cpus, 10)

Returns:

  • (Integer)


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_errorBoolean

Determines whether WAL replay should fail when encountering errors.

Default: false

Returns:

  • (Boolean)


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_sizeInteger

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

Returns:

  • (Integer)


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