当前位置:   article > 正文

TBDS MPP参数列表_mpp_query_failed retry_time=1

mpp_query_failed retry_time=1

TBDS MPP参数列表

namesettingdescription
application_namessqlSets the application name to be reported in statistics and logs.
archive_cleanup_commandSets the shell command that will be executed at every restart point.
archive_command(disabled)Sets the shell command that will be called to archive a WAL file.
archive_modeoffAllows archiving of WAL files using archive_command.
archive_timeout0Forces a switch to the next WAL file if a new file has not been started within N seconds.
array_nullsonEnable input of NULL elements in arrays.
authentication_timeout1minSets the maximum allowed time to complete client authentication.
autovacuumoffStarts the autovacuum subprocess.
autovacuum_analyze_scale_factor0.1Number of tuple inserts, updates, or deletes prior to analyze as a fraction of reltuples.
autovacuum_analyze_threshold50Minimum number of tuple inserts, updates, or deletes prior to analyze.
autovacuum_freeze_max_age200000000Age at which to autovacuum a table to prevent transaction ID wraparound.
autovacuum_max_workers3Sets the maximum number of simultaneously running autovacuum worker processes.
autovacuum_multixact_freeze_max_age400000000Multixact age at which to autovacuum a table to prevent multixact wraparound.
autovacuum_naptime1minTime to sleep between autovacuum runs.
autovacuum_vacuum_cost_delay2msVacuum cost delay in milliseconds, for autovacuum.
autovacuum_vacuum_cost_limit-1Vacuum cost amount available before napping, for autovacuum.
autovacuum_vacuum_scale_factor0.2Number of tuple updates or deletes prior to vacuum as a fraction of reltuples.
autovacuum_vacuum_threshold50Minimum number of tuple updates or deletes prior to vacuum.
autovacuum_work_mem-1Sets the maximum memory to be used by each autovacuum worker process.
backend_flush_after0Number of pages after which previously performed writes are flushed to disk.
backslash_quotesafe_encodingSets whether “'” is allowed in string literals.
bgwriter_delay200msBackground writer sleep time between rounds.
bgwriter_flush_after2MBNumber of pages after which previously performed writes are flushed to disk.
bgwriter_lru_maxpages100Background writer maximum number of LRU pages to flush per round.
bgwriter_lru_multiplier2Multiple of the average buffer usage to free per round.
block_size32768Shows the size of a disk block.
bonjouroffEnables advertising the server via Bonjour.
bonjour_nameSets the Bonjour service name.
bytea_outputhexSets the output format for bytea.
check_function_bodiesonCheck function bodies during CREATE FUNCTION.
checkpoint_completion_target0.5Time spent flushing dirty buffers during checkpoint, as fraction of checkpoint interval.
checkpoint_flush_after1MBNumber of pages after which previously performed writes are flushed to disk.
checkpoint_timeout5minSets the maximum time between automatic WAL checkpoints.
checkpoint_warning30sEnables warnings if checkpoint segments are filled more frequently than this.
client_encodingUTF8Sets the client’s character set encoding.
client_min_messagesnoticeSets the message levels that are sent to the client.
cluster_nameSets the name of the cluster, which is included in the process title.
commit_delay0Sets the delay in microseconds between transaction commit and flushing WAL to disk.
commit_siblings5Sets the minimum concurrent open transactions before performing commit_delay.
config_file/home/seabox/
seabox-data-directory/
coordinatordd/0/
seaboxsql.conf
Sets the server’s main configuration file.
constraint_exclusionpartitionEnables the planner to use constraints to optimize queries.
cpu_index_tuple_cost0.005Sets the planner’s estimate of the cost of processing each index entry during an index scan.
cpu_operator_cost0.0025Sets the planner’s estimate of the cost of processing each operator or function call.
cpu_tuple_cost0.01Sets the planner’s estimate of the cost of processing each tuple (row).
cursor_tuple_fraction0.1Sets the planner’s estimate of the fraction of a cursor’s rows that will be retrieved.
cursor_tuple_fraction0.1Sets the planner’s estimate of the fraction of a cursor’s rows that will be retrieved.
data_checksumsonShows whether data checksums are turned on for this cluster.
data_directory/home/seabox/
seabox-data-directory/
coordinatordd/0
Sets the server’s data directory.
data_directory_mode0700Mode of the data directory.
data_encryptionoffShows whether data encryption is turned on for this cluster.
data_sync_retryoffWhether to continue running after a failure to sync data files.
DateStyleISO, MDYSets the display format for date and time values.
db_user_namespaceoffEnables per-database user names.
deadlock_timeout1sSets the time to wait on a lock before checking for deadlock.
debug_assertionsoffShows whether the running server has assertion checks enabled.
debug_deadlocksoffDumps information about all current locks when a deadlock timeout occurs.
debug_disable_vecenginedisable some oprators of batch execution.
debug_pretty_printonIndents parse and plan tree displays.
debug_print_parseoffLogs each query’s parse tree.
debug_print_planoffLogs each query’s execution plan.
debug_print_prelim_planoffPrints the preliminary execution plan to server log.
debug_print_rewrittenoffLogs each query’s rewritten parse tree.
debug_print_slice_tableoffPrints the slice table to server log.
debug_ve_buffer_data_size512MBve block buffer data size
debug_ve_buffer_queue_size128ve block buffer queue size
debug_ve_functionhybridThe options of function debug.
debug_vecenginevecengine debug option.
default_decimal_precision18Default decimal precision.
default_decimal_scale2Default decimal precision.
default_statistics_target100Sets the default statistics target.
default_table_access_methodheapSets the default table access method for new tables.
default_tablespaceSets the default tablespace to create tables and indexes in.
default_text_search_configpg_catalog.simpleSets default text search configuration.
default_transaction_deferrableoffSets the default deferrable status of new transactions.
default_transaction_isolationread committedSets the transaction isolation level of each new transaction.
default_transaction_read_onlyoffSets the default read-only status of new transactions.
dynamic_library_path$libdirSets the path for dynamically loadable modules.
dynamic_shared_memory_typeposixSelects the dynamic shared memory implementation used.
effective_cache_size16GBSets the planner’s assumption about the total size of the data caches.
effective_io_concurrency1Number of simultaneous requests that can be handled efficiently by the disk subsystem.
enable_bitmapscanonEnables the planner’s use of bitmap-scan plans.
enable_dump_io_statisticsoffEnable dump io performance counters.
enable_gathermergeonEnables the planner’s use of gather merge plans.
enable_groupaggonEnables the planner’s use of grouping aggregation plans.
enable_groupingsets_hash_diskoffEnables the planner’s use of hashed aggregation plans for groupingsets when the total size of the hash tables is expected to exceed work_mem.
enable_hashaggonEnables the planner’s use of hashed aggregation plans.
enable_hashagg_diskonEnables the planner’s use of hashed aggregation plans that are expected to exceed work_mem.
enable_hashjoinonEnables the planner’s use of hash join plans.
enable_indexonlyscanonEnables the planner’s use of index-only-scan plans.
enable_indexscanonEnables the planner’s use of index-scan plans.
enable_materialonEnables the planner’s use of materialization.
enable_mergejoinonEnables the planner’s use of merge join plans.
enable_minimize_tlistonEnable prune target list.
enable_nestlooponEnables the planner’s use of nested-loop join plans.
enable_parallel_appendonEnables the planner’s use of parallel append plans.
enable_parallel_hashonEnables the planner’s use of parallel hash plans.
enable_partition_pruningonEnables plan-time and run-time partition pruning.
enable_partitionwise_aggregateoffEnables partitionwise aggregation and grouping.
enable_partitionwise_joinoffEnables partitionwise join.
enable_runtime_filteronEnable runtime filter.
enable_seqscanonEnables the planner’s use of sequential-scan plans.
enable_sortonEnables the planner’s use of explicit sort steps.
enable_table_flashbackoffEnable drop table use flashback.
enable_tidscanonEnables the planner’s use of TID scan plans.
enable_vecengineoffEnable vector engine.
escape_string_warningonWarn about backslash escapes in ordinary string literals.
event_sourceSeaboxSQLSets the application name used to identify SeaboxSQL messages in the event log.
exit_on_erroroffTerminate session on any error.
explain_memory_verbositysuppressExperimental feature: show memory account usage in EXPLAIN ANALYZE.
external_pid_fileWrites the seaboxmaster PID to the specified file.
extra_float_digits1Sets the number of digits displayed for floating-point values.
force_parallel_modeoffForces use of parallel query facilities.
from_collapse_limit8Sets the FROM-list size beyond which subqueries are not collapsed.
fsynconForces synchronization of updates to disk.
full_page_writesonWrites full pages to WAL when first modified after a checkpoint.
function_hybridonSet hybrid function for vector engine.
geqoonEnables genetic query optimization.
geqo_effort5GEQO: effort is used to set the default for other GEQO parameters.
geqo_generations0GEQO: number of iterations of the algorithm.
geqo_pool_size0GEQO: number of individuals in the population.
geqo_seed0GEQO: seed for random path selection.
geqo_selection_bias2GEQO: selective pressure within the population.
geqo_threshold12Sets the threshold of FROM items beyond which GEQO is used.
gin_fuzzy_search_limit0Sets the maximum allowed result for exact search by GIN.
gin_pending_list_limit4MBSets the maximum size of the pending list for GIN index.
hba_file/home/seabox/
seabox-data-directory/
coordinatordd/0/sd_hba.conf
Sets the server’s “hba” configuration file.
hot_standbyonAllows connections and queries during recovery.
hot_standby_feedbackoffAllows feedback from a hot standby to the primary that will avoid query conflicts.
huge_pagestryUse of huge pages on Linux or Windows.
ident_file/home/seabox/
seabox-data-directory/
coordinatordd/0/sd_ident.conf
Sets the server’s “ident” configuration file.
idle_in_transaction_session_timeout0Sets the maximum allowed duration of any idling transaction.
ignore_checksum_failureoffContinues processing after a checksum failure.
ignore_system_indexesoffDisables reading from system indexes.
integer_datetimesonDatetimes are integer based.
IntervalStylepostgresSets the display format for interval values.
jitoffAllow JIT compilation.
jit_above_cost100000Perform JIT compilation if query is more expensive.
jit_debugging_supportoffRegister JIT compiled function with debugger.
jit_dump_bitcodeoffWrite out LLVM bitcode to facilitate JIT debugging.
jit_expressionsonAllow JIT compilation of expressions.
jit_inline_above_cost500000Perform JIT inlining if query is more expensive.
jit_optimize_above_cost500000Optimize JITed functions if query is more expensive.
jit_profiling_supportoffRegister JIT compiled function with perf profiler.
jit_providerllvmjitJIT provider to use.
jit_tuple_deformingonAllow JIT compilation of tuple deforming.
join_collapse_limit8Sets the FROM-list size beyond which JOIN constructs are not flattened.
krb_caseins_usersoffSets whether Kerberos and GSSAPI user names should be treated as case-insensitive.
krb_server_keyfileSets the location of the Kerberos server key file.
lc_collateen_US.utf8Shows the collation order locale.
lc_ctypeen_US.utf8Shows the character classification and case conversion locale.
lc_messagesen_US.utf8Sets the language in which messages are displayed.
lc_monetaryen_US.utf8Sets the locale for formatting monetary amounts.
lc_numericen_US.utf8Sets the locale for formatting numbers.
lc_timeen_US.utf8Sets the locale for formatting date and time values.
listen_addresses*Sets the host name or IP address(es) to listen to.
lo_compat_privilegesoffEnables backward compatibility mode for privilege checks on large objects.
local_preload_librariesLists unprivileged shared libraries to preload into each backend.
lock_timeout0Sets the maximum allowed duration of any wait for a lock.
log_autovacuum_min_duration-1Sets the minimum execution time above which autovacuum actions will be logged.
log_checkpointsoffLogs each checkpoint.
log_connectionsoffLogs each successful connection.
log_destinationcsvlogSets the destination for server log output.
log_directorylogSets the destination directory for log files.
log_disconnectionsoffLogs end of a session, including duration.
log_durationoffLogs the duration of each completed SQL statement.
log_error_verbositydefaultSets the verbosity of logged messages.
log_executor_statsoffWrites executor performance statistics to the server log.
log_file_mode0600Sets the file permissions for log files.
log_filenameseaboxsql-%Y-%m-%d_%H%M%S.logSets the file name pattern for log files.
log_hostnameoffLogs the host name in the connection logs.
log_line_prefix%m [%p]Controls information prefixed to each log line.
log_lock_waitsoffLogs long lock waits.
log_min_duration_statement-1Sets the minimum execution time above which statements will be logged.
log_min_error_statementerrorCauses all statements generating error at or above this level to be logged.
log_min_messageswarningSets the message levels that are logged.
log_parser_statsoffWrites parser performance statistics to the server log.
log_planner_statsoffWrites planner performance statistics to the server log.
log_replication_commandsoffLogs each replication command.
log_rotation_age1dAutomatic log file rotation will occur after N minutes.
log_rotation_size10MBAutomatic log file rotation will occur after N kilobytes.
log_statementnoneSets the type of statements logged.
log_statement_statsoffWrites cumulative performance statistics to the server log.
log_temp_files-1Log the use of temporary files larger than this number of kilobytes.
log_timezoneAsia/ShanghaiSets the time zone to use in log messages.
log_transaction_sample_rate0Set the fraction of transactions to log for new transactions.
log_truncate_on_rotationoffTruncate existing log files of same name during log rotation.
logging_collectoronStart a subprocess to capture stderr output and/or csvlogs into log files.
maintenance_work_mem64MBSets the maximum memory to be used for maintenance operations.
max_connections250Sets the maximum number of concurrent connections.
max_files_per_process1000Sets the maximum number of simultaneously open files for each server process.
max_function_args100Shows the maximum number of function arguments.
max_identifier_length63Shows the maximum identifier length.
max_index_keys32Shows the maximum number of index keys.
max_locks_per_transaction64Sets the maximum number of locks per transaction.
max_logical_replication_workers4Maximum number of logical replication worker processes.
max_parallel_maintenance_workers2Sets the maximum number of parallel processes per maintenance operation.
max_parallel_workers8Sets the maximum number of parallel workers that can be active at one time.
max_parallel_workers_per_gather0Sets the maximum number of parallel processes per executor node.
max_pred_locks_per_page2Sets the maximum number of predicate-locked tuples per page.
max_pred_locks_per_relation-2Sets the maximum number of predicate-locked pages and tuples per relation.
max_pred_locks_per_transaction64Sets the maximum number of predicate locks per transaction.
max_prepared_transactions50Sets the maximum number of simultaneously prepared transactions.
max_replication_slots10Sets the maximum number of simultaneously defined replication slots.
max_resource_portals_per_transaction64Maximum number of resource queues.
max_resource_queues9Maximum number of resource queues.
max_stack_depth2MBSets the maximum stack depth, in kilobytes.
max_standby_archive_delay30sSets the maximum delay before canceling queries when a hot standby server is processing archived WAL data.
max_standby_streaming_delay30sSets the maximum delay before canceling queries when a hot standby server is processing streamed WAL data.
max_sync_workers_per_subscription2Maximum number of table synchronization workers per subscription.
max_wal_senders10Sets the maximum number of simultaneously running WAL sender processes.
max_wal_size1GBSets the WAL size that triggers a checkpoint.
max_worker_processes8Maximum number of concurrent worker processes.
memory_spill_ratio20Sets the memory_spill_ratio for resource group.
min_parallel_index_scan_size512kBSets the minimum amount of index data for a parallel scan.
min_parallel_table_scan_size8MBSets the minimum amount of table data for a parallel scan.
min_wal_size80MBSets the minimum size to shrink the WAL to.
old_snapshot_threshold-1Time before a snapshot is too old to read pages changed after the snapshot was taken.
operator_precedence_warningoffEmit a warning for constructs that changed meaning since SeaboxSQL 9.4.
optimizeroffEnable SDORCA.
optimizer_analyze_root_partitiononEnable statistics collection on root partitions during ANALYZE
optimizer_controlonAllow/disallow turning the optimizer on or off.
optimizer_enable_associativityoffEnables Join Associativity in optimizer
optimizer_join_arity_for_associativity_commutativity18Maximum number of children n-ary-join have without disabling commutativity and associativity transform
optimizer_join_orderexhaustiveSet optimizer join heuristic model.
optimizer_join_order_threshold10Maximum number of join children to use dynamic programming based join ordering algorithm.
optimizer_mdcache_size16MBSets the size of MDCache.
optimizer_metadata_cachingonThis guc enables the optimizer to cache and reuse metadata.
optimizer_minidumponerrorGenerate optimizer minidump.
optimizer_parallel_unionoffEnable parallel execution for UNION/UNION ALL queries.
parallel_leader_participationonControls whether Gather and Gather Merge also run subplans.
parallel_setup_cost1000Sets the planner’s estimate of the cost of starting up worker processes for parallel query.
parallel_tuple_cost0.1Sets the planner’s estimate of the cost of passing each tuple (row) from worker to master backend.
password_encryptionmd5Chooses the algorithm for encrypting passwords.
pgxc_node_namecoord1The Coordinator or Datanode name.
plan_cache_modeautoControls the planner’s selection of custom or generic plan.
pljava_classpathclasspath used by the the JVM
pljava_classpath_insecureoffAllow pljava_classpath to be set by user per session
pljava_release_lingering_savepointsoffIf true, lingering savepoints will be released on function exit; if false, they will be rolled back
pljava_statement_cache_size0Size of the prepared statement MRU cache
pljava_vmoptionsOptions sent to the JVM when it is created
port3000Sets the TCP port the server listens on.
post_auth_delay0Waits N seconds on connection startup after authentication.
pre_auth_delay0Waits N seconds on connection startup before authentication.
primary_conninfoSets the connection string to be used to connect to the sending server.
primary_slot_nameSets the name of the replication slot to use on the sending server.
promote_trigger_fileSpecifies a file name whose presence ends recovery in the standby.
quote_all_identifiersoffWhen generating SQL fragments, quote all identifiers.
random_page_cost4Sets the planner’s estimate of the cost of a nonsequentially fetched disk page.
readable_external_table_timeout1minCancel the query if no data read within N seconds.
recovery_end_commandSets the shell command that will be executed once at the end of recovery.
recovery_min_apply_delay0Sets the minimum delay for applying changes during recovery.
recovery_skip_sync_data_dironSkip the data directory synchronization of column tables while recoverying.
recovery_targetSet to “immediate” to end recovery as soon as a consistent state is reached.
recovery_target_actionpauseSets the action to perform upon reaching the recovery target.
recovery_target_inclusiveonSets whether to include or exclude transaction with recovery target.
recovery_target_lsnSets the LSN of the write-ahead log location up to which recovery will proceed.
recovery_target_nameSets the named restore point up to which recovery will proceed.
recovery_target_timeSets the time stamp up to which recovery will proceed.
recovery_target_timelinelatestSpecifies the timeline to recover into.
recovery_target_xidSets the transaction ID up to which recovery will proceed.
resource_cleanup_gangs_on_waitonEnable idle gang cleanup before resource lockwait.
resource_scheduleronEnable resource scheduling.
resource_select_onlyoffEnable resource locking of SELECT only.
restart_after_crashonReinitialize server after backend crash.
restore_commandSets the shell command that will retrieve an archived WAL file.
row_securityonEnable row security.
runaway_detector_activation_percent90The runaway detector activates if the used vmem exceeds this percentage of the vmem quota. Set to 100 to disable runaway detection.
sc_active_backend_resqueue_length_cv0set to true to use new sc_active_backend_resqueue implemented with cv.
sc_adjust_selectivity_for_outerjoinsonAdjust selectivity of null tests over outer joins.
sc_autostats_modenoneSets the autostats mode.
sc_autostats_mode_in_functionsnoneSets the autostats mode for statements in procedural language functions.
sc_cached_segworkers_threshold5Sets the maximum number of executor workers to cache between statements.
sc_command_count1Shows the number of commands received from the client in this session.
sc_contentid-1The contentid used by this server.
sc_create_table_random_default_distributionoffSet the default distribution of a table to RANDOM.
sc_dbid1The dbid used by this server.
sc_dcs_conn_str172.16.3.76:2379The scdcs connection string used by this server.
sc_dcs_top_path/seaboxThe scdcs top path for this cluster.
sc_debug_linger0Number of seconds for QD/QE process to linger upon fatal internal error.
sc_default_storage_optionsblocksize=1048576,
compresstype=auto,
charsemantics=byte,
compresslevel=1,
checksum=true,
blockrownum=32768,
cache=false
default options for scolumn storage.
sc_dtx_recovery_interval1minA complete checking in dtx recovery process starts each time a timer with this period expires.
sc_dtx_recovery_prepared_period2minGather prepared transactions before the time (in seconds) to find potential orphaned ones.
sc_dynamic_partition_pruningonThis guc enables plans that can dynamically eliminate scanning of partitions.
sc_enable_agg_distinctonEnable 2-phase aggregation to compute a single distinct-qualified aggregate.
sc_enable_agg_distinct_pruningonEnable 3-phase aggregation and join to compute distinct-qualified aggregates.
sc_enable_direct_dispatchonEnable dispatch for single-row-insert targetted mirror-pairs.
sc_enable_explain_memory_accountoffEnable memory account in EXPLAIN ANALYZE.
sc_enable_fast_srionEnable single-slice single-row inserts.
sc_enable_global_deadlock_detectoronEnables the Global Deadlock Detector.
sc_enable_minmax_optimizationonEnables the planner’s use of index scans with limit to implement MIN/MAX.
sc_enable_multiphase_aggonEnables the planner’s use of two- or three-stage parallel aggregation plans.
sc_enable_opt_no_mergejoinoffThis guc force mergejoin path not to be generated.
sc_enable_predicate_propagationonWhen two expressions are equivalent (such as with equijoined keys) then the planner applies predicates on one expression to the other expression.
sc_enable_preuniqueonEnable 2-phase duplicate removal.
sc_enable_query_metricsoffEnable all query metrics collection.
sc_enable_relsize_collectionoffThis guc enables relsize collection when stats are not present. If disabled and stats are not present a default value is used.
sc_enable_sort_distinctonEnable duplicate removal to be performed while sorting.
sc_enable_sort_limitonEnable LIMIT operation to be performed while sorting.
sc_executors_for_planner0If >0, number of executor dbs for the planner to assume in its cost and size estimates.
sc_external_enable_execonEnable selecting from an external table with an EXECUTE clause.
sc_external_enable_filter_pushdownonEnable passing of query constraints to external table providers
sc_external_max_execs64Maximum number of executors that connect to a single scfs URL.
sc_external_table_default_size819200sDefault value for external table size.
sc_fts_mark_mirror_down_grace_period30sTime (in seconds) allowed to mirror after disconnection, to reconnect before being marked as down in configuration by FTS.
sc_fts_probe_interval10sA complete probe of all executors starts each time a timer with this period expires.
sc_fts_probe_retries5Number of retries for FTS to complete probing a executor.
sc_fts_probe_timeout20Maximum time (in seconds) allowed for FTS to complete probing a executor.
sc_global_deadlock_detector_period30sSets the executing period of global deadlock detector backend.
sc_hashjoin_tuples_per_bucket1Target density of hashtable used by Hashjoin during execution
sc_instrument_shmem_size5MBSets the size of shmem allocated for instrumentation.
sc_interconnect_cache_future_packetsonControl whether future packets are cached.
sc_interconnect_debug_retry_interval10Sets the interval by retry times to record a debug message for retry.
sc_interconnect_default_rtt20msSets the default rtt (in ms) for UDP interconnect
sc_interconnect_fc_methodlossSets the flow control method used for UDP interconnect.
sc_interconnect_min_retries_before_timeout100Sets the min retries before reporting a transmit timeout in the interconnect.
sc_interconnect_min_rto20msSets the min rto (in ms) for UDP interconnect
sc_interconnect_queue_depth4Sets the maximum size of the receive queue for each connection in the UDP interconnect
sc_interconnect_setup_timeout2hTimeout (in seconds) on interconnect setup that occurs at query start
sc_interconnect_snd_queue_depth2Sets the maximum size of the send queue for each connection in the UDP interconnect
sc_interconnect_tcp_listener_backlog128Size of the listening queue for each TCP interconnect socket
sc_interconnect_timer_checking_period20msSets the timer checking period (in ms) for UDP interconnect
sc_interconnect_timer_period5msSets the timer period (in ms) for UDP interconnect
sc_interconnect_transmit_timeout1hTimeout (in seconds) on interconnect to transmit a packet
sc_interconnect_typeudpifcSets the protocol used for inter-node communication.
sc_max_local_distributed_cache1024Sets the number of local-distributed transactions to cache for optimizing visibility processing by backends.
sc_max_packet_size32768Sets the max packet size for the Interconnect.
sc_max_partition_level0Sets the maximum number of levels allowed when creating a partitioned table.
sc_max_plan_size0Sets the maximum size of a plan to be dispatched.
sc_max_slices0Maximum slices for a single query
sc_module_register_time10Define how often module must register to scdcs. Unit: second
sc_motion_cost_per_row0Sets the planner’s estimate of the cost of moving a row between worker processes.
sc_node_connect_timeout3minMaximum time (in seconds) allowed for a new worker process to start or a mirror to respond.
sc_numa_policynoneSets the type of numa.
sc_reject_percent_threshold300Reject limit in percent starts calculating after this number of rows processed
sc_resgroup_memory_policyeager_freeSets the policy for memory allocation of queries.
sc_resource_group_bypassoffIf the value is true, the query in this session will not be limited by resource group.
sc_resource_group_cgroup_memory0Set value of total memory in resource group mode.
sc_resource_group_cpu_limit0.9Maximum percentage of CPU resources assigned to a cluster.
sc_resource_group_cpu_priority10Sets the cpu priority for seaboxsql processes when resource group is enabled.
sc_resource_group_memory_limit0.7Maximum percentage of memory resources assigned to a cluster.
sc_resource_group_queuing_timeout0A transaction gives up on queuing on a resource group after this timeout (in ms).
sc_resource_managernoneSets the type of resource manager.
sc_resqueue_memory_policyeager_freeSets the policy for memory allocation of queries.
sc_resqueue_priorityonEnables priority scheduling.
sc_resqueue_priority_cpucores_per_executor1Number of processing units associated with a executor.
sc_resqueue_priority_sweeper_interval1000Frequency (in ms) at which sweeper process re-evaluates CPU shares.
sc_scolumn_compaction_threshold10Threshold of the ratio of dirty data in a executor file over which the file will be compacted during lazy vacuum.
sc_session_id268435471Global ID used to uniquely identify a particular session in an Seabox Database array
sc_subtrans_warn_limit16777216Sets the warning limit on number of subtransactions in a transaction.
sc_temptable_buffer_skip_flushontemptable shared buffer skip flush if relfile not exists.
sc_udp_bufsize_k0Sets recv buf size of UDP interconnect, for testing.
sc_ve_hash_mem10GBThe hash table memory size in kB
sc_ve_mem_limit0The memory limit of vecengine in kB
sc_ve_two_level_hash_mem100MBMin kB to use 2-level hash
sc_vmem_idle_resource_timeout18sSets the time a session can be idle (in milliseconds) before we release gangs on the executor DBs to free resources.
sc_vmem_protect_limit102400Virtual memory limit (in MB) of Seabox database memory protection.
sc_vmem_protect_segworker_cache_limit500Max virtual memory limit (in MB) for a segworker to be cachable.
sc_workfile_compressionoffEnables compression of temporary files.
sc_workfile_limit_files_per_query100000Maximum number of workfiles allowed per query per executor.
sc_workfile_limit_per_executor0Maximum disk space (in KB) used for workfiles per executor.
sc_workfile_limit_per_query0Maximum disk space (in KB) used for workfiles per query per executor.
sc_workfile_limit_per_query0Maximum disk space (in KB) used for workfiles per query per executor.
sc_workfile_max_entries8192Sets the maximum number of entries that can be stored in the workfile directory.
scolumn_delete_optionhashThe options of update/delete on scolumn when has join.
scolumn_heap_cache_optionoffThe options of scolumn cache table’s usage.
scolumn_row_to_block_threshold32768Shows the threshold of rows of data in heap cache table convert to column.
scolumn_sample_methodvitter2Sample method for scolumn.
scolumn_sparse_indexonEnable scolumn table use sparse index.
scolumn_stats_level1level of calculating stats of column.
scolumn_store_sortonSColumn store data partitial sorted.
scolumn_update_one_to_multioffEnable scolumn table to update one row to multi-records.
scolumn_wal_block_size64kBShows the block size that scolumn storage write in the write ahead log.
scolumn_wal_check_level0The check leve of scolumn wal between primary and mirror.
sd_enable_crash_logonDo not write stack information to log file.
sd_enable_macoffSupport Mandatory Access Control(mac).
sd_roledispatchSets the role for the session.
search_path“$user”, publicSets the schema search order for names that are not schema-qualified.
segment_size1GBShows the number of pages per disk file.
seq_page_cost1Sets the planner’s estimate of the cost of a sequentially fetched disk page.
server_encodingUTF8Sets the server (database) character set encoding.
server_version12.3Shows the server version.
server_version_num120003Shows the server version as an integer.
session_preload_librariesLists shared libraries to preload into each backend.
session_replication_roleoriginSets the session’s behavior for triggers and rewrite rules.
shared_buffers128MBSets the number of shared memory buffers used by the server.
shared_memory_typemmapSelects the shared memory implementation used for the main shared memory region.
shared_preload_librariesLists shared libraries to preload into server.
ssloffEnables SSL connections.
ssl_ca_fileLocation of the SSL certificate authority file.
ssl_cert_fileserver.crtLocation of the SSL server certificate file.
ssl_ciphersHIGH:MEDIUM:+3DES:!aNULLSets the list of allowed SSL ciphers.
ssl_crl_fileLocation of the SSL certificate revocation list file.
ssl_dh_params_fileLocation of the SSL DH parameters file.
ssl_ecdh_curveprime256v1Sets the curve to use for ECDH.
ssl_key_fileserver.keyLocation of the SSL server private key file.
ssl_libraryOpenSSLName of the SSL library.
ssl_max_protocol_versionSets the maximum SSL/TLS protocol version to use.
ssl_min_protocol_versionTLSv1Sets the minimum SSL/TLS protocol version to use.
ssl_passphrase_commandCommand to obtain passphrases for SSL.
ssl_passphrase_command_supports_reloadoffAlso use ssl_passphrase_command during server reload.
ssl_prefer_server_ciphersonGive priority to server ciphersuite order.
standard_conforming_stringsonCauses ‘…’ strings to treat backslashes literally.
statement_mem125MBSets the memory to be reserved for a statement.
statement_timeout0Sets the maximum allowed duration of any statement.
stats_queue_leveloffCollects resource queue-level statistics on database activity.
stats_temp_directorysd_stat_tmpWrites temporary statistics files to the specified directory.
superuser_reserved_connections3Sets the number of connection slots reserved for superusers.
synchronize_seqscansonEnable synchronized sequential scans.
synchronous_commitonSets the current transaction’s synchronization level.
synchronous_standby_namesNumber of synchronous standbys and list of names of potential synchronous ones.
syslog_facilitylocal0Sets the syslog “facility” to be used when syslog enabled.
syslog_identseaboxsqlSets the program name used to identify SeaboxSQL messages in syslog.
syslog_sequence_numbersonAdd sequence number to syslog messages to avoid duplicate suppression.
syslog_split_messagesonSplit messages sent to syslog by lines and to fit into 1024 bytes.
tcp_keepalives_count0Maximum number of TCP keepalive retransmits.
tcp_keepalives_idle0Time between issuing TCP keepalives.
tcp_keepalives_interval0Time between TCP keepalive retransmits.
tcp_user_timeout0TCP user timeout.
temp_buffers32MBSets the maximum number of temporary buffers used by each session.
temp_file_limit-1Limits the total size of all temporary files used by each process.
temp_tablespacesSets the tablespace(s) to use for temporary tables and sort files.
TimeZoneAsia/ShanghaiSets the time zone for displaying and interpreting time stamps.
timezone_abbreviationsDefaultSelects a file of time zone abbreviations.
trace_lock_oidmin16384Sets the minimum OID of tables for tracking locks.
trace_lock_table0Sets the OID of the table with unconditionally lock tracing.
trace_locksoffEmits information about lock usage.
trace_lwlocksoffEmits information about lightweight lock usage.
trace_notifyoffGenerates debugging output for LISTEN and NOTIFY.
trace_recovery_messageslogEnables logging of recovery-related debugging information.
trace_sortoffEmit information about resource usage in sorting.
trace_userlocksoffEmits information about user lock usage.
traceme_flagsdebug option to enable extra trace_me flags.
track_activitiesonCollects information about executing commands.
track_activity_query_size1kBSets the size reserved for pg_stat_activity.query, in bytes.
track_commit_timestampoffCollects transaction commit time.
track_countsonCollects statistics on database activity.
track_functionsnoneCollects function-level statistics on database activity.
track_io_timingoffCollects timing statistics for database I/O activity.
transaction_deferrableoffWhether to defer a read-only serializable transaction until it can be executed with no possible serialization failures.
transaction_isolationread committedSets the current transaction’s isolation level.
transaction_read_onlyoffSets the current transaction’s read-only status.
transform_null_equalsoffTreats “expr=NULL” as “expr IS NULL”.
unix_socket_directories/tmpSets the directories where Unix-domain sockets will be created.
unix_socket_groupSets the owning group of the Unix-domain socket.
unix_socket_permissions0777Sets the access permissions of the Unix-domain socket.
update_process_titleonUpdates the process title to show the active SQL command.
vacuum_cleanup_index_scale_factor0.1Number of tuple inserts prior to index cleanup as a fraction of reltuples.
vacuum_cost_delay0Vacuum cost delay in milliseconds.
vacuum_cost_limit200Vacuum cost amount available before napping.
vacuum_cost_page_dirty20Vacuum cost for a page dirtied by vacuum.
vacuum_cost_page_hit1Vacuum cost for a page found in the buffer cache.
vacuum_cost_page_miss10Vacuum cost for a page not found in the buffer cache.
vacuum_defer_cleanup_age0Number of transactions by which VACUUM and HOT cleanup should be deferred, if any.
vacuum_freeze_min_age50000000Minimum age at which VACUUM should freeze a table row.
vacuum_freeze_table_age150000000Age at which VACUUM should scan whole table to freeze tuples.
vacuum_multixact_freeze_min_age5000000Minimum age at which VACUUM should freeze a MultiXactId in a table row.
vacuum_multixact_freeze_table_age150000000Multixact age at which VACUUM should scan whole table to freeze tuples.
ve_aggr_always_nullableonWhether VE should make aggregate functions return nullable result.
ve_copy_strict_modeonWhether VE should use strict check for end-of-line in CSV-mode, it means that no end-of-line is allowed in quote.
vecengine_block_row_num32768Set block row number for vector engine.
vecengine_parallel_degree1Set parallel degree for vector engine.
vecengine_write_degree0Set write degree for vector engine.
version21.0.3.460Shows the SeaboxSQL version.
wait_for_replication_threshold200MBMaximum amount of WAL written by a transaction prior to waiting for replication.
wal_block_size8192Shows the block size in the write ahead log.
wal_buffers1MBSets the number of disk-page buffers in shared memory for WAL.
wal_compressionoffCompresses full-page writes written in WAL file.
wal_consistency_checkingSets the WAL resource managers for which WAL consistency checks are done.
wal_init_zeroonWrites zeroes to new WAL files before first use.
wal_keep_segments5Sets the number of WAL files held for standby servers.
wal_levelreplicaSet the level of information written to the WAL.
wal_log_hintsoffWrites full pages to WAL when first modified after a checkpoint, even for a non-critical modifications.
wal_receiver_status_interval10sSets the maximum interval between WAL receiver status reports to the sending server.
wal_receiver_timeout1minSets the maximum wait time to receive data from the sending server.
wal_recycleonRecycles WAL files by renaming them.
wal_retrieve_retry_interval5sSets the time to wait before retrying to retrieve WAL after a failed attempt.
wal_segment_size16MBShows the size of write ahead log segments.
wal_sender_timeout1minSets the maximum time to wait for WAL replication.
wal_sync_methodfdatasyncSelects the method used for forcing WAL updates to disk.
wal_writer_delay200msTime between WAL flushes performed in the WAL writer.
wal_writer_flush_after1MBAmount of WAL written out by WAL writer that triggers a flush.
work_mem32MBSets the maximum memory to be used for query workspaces.
writable_external_table_bufsize64kBBuffer size in kilobytes for writable external table before writing data to scfs.
xmlbinarybase64Sets how binary values are to be encoded in XML.
xmloptioncontentSets whether XML data in implicit parsing and serialization operations is to be considered as documents or content fragments.
zero_damaged_pagesoffContinues processing past damaged page headers.
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/花生_TL007/article/detail/415703
推荐阅读
相关标签
  

闽ICP备14008679号