iis服务器助手广告广告
返回顶部
首页 > 资讯 > 数据库 >postgres数据库配置文件详解
  • 361
分享到

postgres数据库配置文件详解

2024-04-02 19:04:59 361人浏览 泡泡鱼
摘要

allow_system_table_modsAllows modifications of the   structure of system tables.允许修改系统表的结构。applica

allow_system_table_modsAllows modifications of the   structure of system tables.允许修改系统表的结构。
application_nameSets the application name to be   reported in statistics and logs.设置要在统计和日志中报告的应用程序名称。
arcHive_commandSets the shell command that will   be called to archive a WAL file.设置将调用的命令来归档一个文件。
archive_modeAllows archiving of WAL files   using archive_command.允许使用archive_command WAL文件归档。
archive_timeoutForces a switch to the next xlog   file if a new file has not been started within N seconds.强制切换到下一个文件,如果一个新Xlog文件尚未在N秒开始。
array_nullsEnable input of NULL elements in   arrays.启用数组中null元素的输入。
authentication_timeoutSets the maximum allowed time to   complete client authentication.设置完成客户端身份验证的最大允许时间。
autovacuumStarts the autovacuum   subprocess.开始autovacuum子。
autovacuum_analyze_scale_factorNumber of tuple inserts,   updates, or deletes prior to analyze as a fraction of reltuples.元组的插入、更新或删除数,分析作为reltuples分数之前。
autovacuum_analyze_thresholdMinimum number of tuple inserts,   updates, or deletes prior to analyze.在分析之前插入、更新或删除的最小元组数。
autovacuum_freeze_max_ageAge at which to autovacuum a   table to prevent transaction ID wraparound.年龄在autovacuum表以防止事务ID的概括。
autovacuum_max_workersSets the maximum number of   simultaneously running autovacuum worker processes.组同时运行autovacuum工人最大进程数。
autovacuum_naptimeTime to sleep between autovacuum   runs.睡觉的时间autovacuum之间运行。
autovacuum_vacuum_cost_delayVacuum cost delay in   milliseconds, for autovacuum.真空成本延迟毫秒,对于autovacuum。
autovacuum_vacuum_cost_limitVacuum cost amount available   before napping, for autovacuum.真空成本金额可用午睡前后,为autovacuum。
autovacuum_vacuum_scale_factorNumber of tuple updates or   deletes prior to vacuum as a fraction of reltuples.一些元组更新或删除reltuples真空作为一部分之前。
autovacuum_vacuum_thresholdMinimum number of tuple updates   or deletes prior to vacuum.在真空之前元组更新或删除的最小数目。
backslash_quoteSets whether "\'" is   allowed in string literals.设置字符串文本中是否允许“\\”。
bgwriter_delayBackground writer sleep time   between rounds.背景作家轮间睡眠时间。
bgwriter_lru_maxpagesBackground writer maximum number   of LRU pages to flush per round.背景的作家最大数量的LRU页面刷新每轮。
bgwriter_lru_multiplierMultiple of the average buffer   usage to free per round.平均缓冲区使用量的倍数为每轮免费。
block_sizeShows the size of a disk block.显示磁盘块的大小。
bonjourEnables advertising the server   via Bonjour.使广告服务器通过卓悦。
bonjour_nameSets the Bonjour service name.集的Bonjour服务名称。
bytea_outputSets the output fORMat for   bytea.集bytea输出格式。
check_function_bodiesCheck function bodies during   CREATE FUNCTION.在创建函数期间检查函数体。
checkpoint_completion_targetTime spent flushing dirty   buffers during checkpoint, as fraction of checkpoint interval.在检查点中清除脏缓冲区的时间,作为检查点间隔的一部分。
checkpoint_segmentsSets the maximum distance in log   segments between automatic WAL checkpoints.设置自动检查点之间的日志段的最大距离。
checkpoint_timeoutSets the maximum time between   automatic WAL checkpoints.设置自动检查点之间的最大时间。
checkpoint_warningEnables warnings if checkpoint   segments are filled more frequently than this.如果检查点段填充比此更频繁,则启用警告。
client_encodingSets the client's character set   encoding.设置客户端的字符集编码。
client_min_messagesSets the message levels that are   sent to the client.设置发送给客户机的消息级别。
commit_delaySets the delay in microseconds   between transaction commit and flushing WAL to disk.在事务提交和刷新到磁盘之间设置延迟微秒。
commit_siblingsSets the minimum concurrent open   transactions before performing commit_delay.设置最小并发公开交易前执行commit_delay。
config_fileSets the server's main   configuration file.设置服务器的主配置文件。
constraint_exclusionEnables the planner to use   constraints to optimize queries.使规划人员能够使用约束来优化查询。
cpu_index_tuple_costSets the planner's estimate of   the cost of processing each index entry during an index scan.索引扫描期间设置计划者对处理每个索引项的成本的估计值。
cpu_operator_costSets the planner's estimate of   the cost of processing each operator or function call.设置计划者对每个操作员或函数调用处理成本的估计值。
cpu_tuple_costSets the planner's estimate of   the cost of processing each tuple (row).设置计划程序处理每个元组(行)的成本的估计值。
cursor_tuple_fractionSets the planner's estimate of   the fraction of a cursor's rows that will be retrieved.设置要检索的游标行的小数部分的计划者的估计值。
data_directorySets the server's data   directory.设置服务器的数据目录。
DateStyleSets the display format for date   and time values.设置日期和时间值的显示格式。
db_user_namespaceEnables per-database user names.启用每个数据库用户名。
deadlock_timeoutSets the time to wait on a lock   before checking for deadlock.在检查死之前设置等待锁的时间。
debug_assertionsTurns on various assertion   checks.打开各种断言检查。
debug_pretty_printIndents parse and plan tree   displays.缩进的解析和计划树显示。
debug_print_parseLogs each query's parse tree.记录每个查询的解析树。
debug_print_planLogs each query's execution   plan.记录每个查询的执行计划。
debug_print_rewrittenLogs each query's rewritten   parse tree.记录每个查询重写的解析树。
default_statistics_targetSets the default statistics   target.设置默认统计目标。
default_tablespaceSets the default tablespace to   create tables and indexes in.设置默认表空间以创建表和索引。
default_text_search_configSets default text search   configuration.设置默认文本搜索配置。
default_transaction_deferrableSets the default deferrable   status of new transactions.套新事务的默认延迟状态。
default_transaction_isolationSets the transaction isolation   level of each new transaction.设置每个新事务的事务隔离级别。
default_transaction_read_onlySets the default read-only   status of new transactions.设置新事务的默认只读状态。
default_with_oidsCreate new tables with OIDs by   default.创建新表时默认。
dynamic_library_pathSets the path for dynamically   loadable modules.设置动态可加载模块的路径。
effective_cache_sizeSets the planner's assumption   about the size of the disk cache.设置规划程序关于磁盘缓存大小的假设。
effective_io_concurrencyNumber of simultaneous requests   that can be handled efficiently by the disk subsystem.磁盘子系统可以高效处理的同时请求数。
enable_bitmapscanEnables the planner's use of   bitmap-scan plans.使规划人员使用位图扫描计划。
enable_hashaggEnables the planner's use of   hashed aggregation plans.使计划使用哈希聚合计划。
enable_hashjoinEnables the planner's use of   hash join plans.使计划人员使用哈希连接计划。
enable_indexonlyscanEnables the planner's use of   index-only-scan plans.使规划人员只使用索引扫描计划。
enable_indexscanEnables the planner's use of   index-scan plans.允许计划人员使用索引扫描计划。
enable_materialEnables the planner's use of   materialization.允许策划者使用物化。
enable_mergejoinEnables the planner's use of   merge join plans.使计划人员使用合并联接计划。
enable_nestloopEnables the planner's use of   nested-loop join plans.使策划者能够使用嵌套循环连接计划。
enable_seqscanEnables the planner's use of   sequential-scan plans.使规划人员使用顺序扫描计划。
enable_sortEnables the planner's use of   explicit sort steps.使规划人员使用显式排序步骤。
enable_tidscanEnables the planner's use of TID   scan plans.使计划使用TID扫描计划。
escape_string_warningWarn about backslash escapes in   ordinary string literals.警告在普通字符串中的反斜杠。
event_sourceSets the application name used   to identify postgresql messages in the event log.设置用于确定在事件日志消息的应用程序名称Postgresql
exit_on_errorTerminate session on any error.终止任何错误的会话。
external_pid_fileWrites the postmaster PID to the   specified file.将邮政局长PID写入指定的文件。
extra_float_digitsSets the number of digits   displayed for floating-point values.设置显示浮点值的位数。
from_collapse_limitSets the FROM-list size beyond   which subqueries are not collapsed.设置从列表的大小超过该子查询不倒塌。
fsyncForces synchronization of   updates to disk.强制更新到磁盘的同步。
full_page_writesWrites full pages to WAL when   first modified after a checkpoint.在检查点第一次修改后写入完整的页面。
geqoEnables genetic query   optimization.启用遗传查询优化。
geqo_effortGEQO: effort is used to set the   default for other GEQO parameters.geqo:努力是用来为其他geqo参数设置默认。
geqo_generationsGEQO: number of iterations of   the alGorithm.geqo:算法的迭代次数。
geqo_pool_sizeGEQO: number of individuals in   the population.geqo:群体中的个体数。
geqo_seedGEQO: seed for random path   selection.geqo:种子随机路径选择。
geqo_selection_biasGEQO: selective pressure within   the population.geqo:在人口压力。
geqo_thresholdSets the threshold of FROM items   beyond which GEQO is used.设置阈值的物品之外,geqo使用。
gin_fuzzy_search_limitSets the maximum allowed result   for exact search by GIN.设置杜松子酒精确搜索的最大允许结果。
hba_fileSets the server's   "hba" configuration file.设置服务器的HBA配置文件。
hot_standbyAllows connections and queries   during recovery.允许恢复期间的连接和查询。
hot_standby_feedbackAllows feedback from a hot   standby to the primary that will avoid query conflicts.允许来自热备份的反馈到主,避免查询冲突。
ident_fileSets the server's   "ident" configuration file.设置服务器的“识别”配置文件。
ignore_system_indexesDisables reading from system   indexes.禁用系统索引读取。
integer_datetimesDatetimes are integer based.日期是基于整数。
IntervalStyleSets the display format for   interval values.设置区间值的显示格式。
join_collapse_limitSets the FROM-list size beyond   which JOIN constructs are not flattened.设置从列表大小超出连接结构不被压扁。
krb_caseins_usersSets whether Kerberos and GSSapi   user names should be treated as case-insensitive.设置是否和Kerberos GSSAPI用户名应该是不区分大小写。
krb_server_keyfileSets the location of the   Kerberos server key file.设置Kerberos服务器密钥文件的位置。
krb_srvnameSets the name of the Kerberos   service.设置Kerberos服务的名称。
lc_collateShows the collation order   locale.显示排序规则区域设置。
lc_ctypeShows the character   classification and case conversion locale.显示字符分类和案例转换区域设置。
lc_messagesSets the language in which   messages are displayed.设置显示消息的语言。
lc_monetarySets the locale for formatting   monetary amounts.设置格式化货币金额的区域设置。
lc_numericSets the locale for formatting   numbers.设置格式化数字的区域设置。
lc_timeSets the locale for formatting   date and time values.设置格式化日期和时间值的区域设置。
listen_addressesSets the host name or IP   address(es) to listen to.设置主机名或IP地址(ES)以监听。
lo_compat_privilegesEnables backward compatibility   mode for privilege checks on large objects.允许对大型对象进行特权检查的向后兼容性模式。
local_preload_librariesLists shared libraries to   preload into each backend.列出预加载到每个后端的共享库。
log_autovacuum_min_durationSets the minimum execution time   above which autovacuum actions will be logged.集的最小执行时间上autovacuum行为将被记录。
log_checkpointsLogs each checkpoint.记录每个检查点。
log_connectionsLogs each successful connection.记录每个成功连接。
log_destinationSets the destination for server   log output.设置服务器日志输出的目的地。
log_directorySets the destination directory   for log files.设置日志文件的目标目录。
log_disconnectionsLogs end of a session, including   duration.记录会话结束,包括持续时间。
log_durationLogs the duration of each   completed SQL statement.记录每个已完成SQL语句的持续时间。
log_error_verbositySets the verbosity of logged   messages.设置日志信息的冗长。
log_executor_statsWrites executor performance   statistics to the server log.将执行器性能统计信息写入服务器日志。
log_file_modeSets the file permissions for   log files.设置日志文件的文件权限。
log_filenameSets the file name pattern for   log files.设置日志文件的文件名模式。
log_hostnameLogs the host name in the   connection logs.在连接日志中记录主机名。
log_line_prefixControls information prefixed to   each log line.控制信息到每个日志行前缀。
log_lock_waitsLogs long lock waits.记录长锁等待。
log_min_duration_statementSets the minimum execution time   above which statements will be logged.设置将记录哪些语句的最低执行时间。
log_min_error_statementCauses all statements generating   error at or above this level to be logged.使所有语句在该级别之上或高于该级别生成错误。
log_min_messagesSets the message levels that are   logged.设置记录的消息级别。
log_parser_statsWrites parser performance   statistics to the server log.将分析器性能统计信息写入服务器日志。
log_planner_statsWrites planner performance   statistics to the server log.将计划性能统计信息写入服务器日志。
log_rotation_ageAutomatic log file rotation will   occur after N minutes.自动日志文件轮换将在N分钟后发生。
log_rotation_sizeAutomatic log file rotation will   occur after N kilobytes.日志文件自动旋转后会发生N字节。
log_statementSets the type of statements   logged.设置记录的语句的类型。
log_statement_statsWrites cumulative performance   statistics to the server log.将累积性能统计信息写入服务器日志。
log_temp_filesLog the use of temporary files   larger than this number of kilobytes.日志使用临时文件大于千字节数。
log_timezoneSets the time zone to use in log   messages.设置要在日志消息中使用的时区。
log_truncate_on_rotationTruncate existing log files of   same name during log rotation.在日志旋转期间截断现有的同名日志文件。
logging_collectorStart a subprocess to capture   stderr output and/or csvlogs into log files.启动子捕获stderr输出和/或csvlogs写入日志文件。
maintenance_work_memSets the maximum memory to be   used for maintenance operations.设置用于维护操作的最大内存。
max_connectionsSets the maximum number of   concurrent connections.设置并发连接的最大数量。
max_files_per_processSets the maximum number of   simultaneously open files for each server process.为每个服务器进程设置同时打开文件的最大数量。
max_function_argsShows the maximum number of   function arguments.显示函数参数的最大数目。
max_identifier_lengthShows the maximum identifier   length.显示最大标识符长度。
max_index_keysShows the maximum number of   index keys.显示索引键的最大数目。
max_locks_per_transactionSets the maximum number of locks   per transaction.设置每个事务的最大锁数。
max_pred_locks_per_transactionSets the maximum number of   predicate locks per transaction.设置每个事务的最大谓词锁数。
max_prepared_transactionsSets the maximum number of   simultaneously prepared transactions.设置同时准备的事务的最大数目。
max_stack_depthSets the maximum stack depth, in   kilobytes.设置最大堆栈深度,以千字节为单位。
max_standby_archive_delaySets the maximum delay before   canceling queries when a hot standby server is processing archived WAL data.设置热备份服务器正在处理归档的数据时取消查询之前的最大延迟。
max_standby_streaming_delaySets the maximum delay before   canceling queries when a hot standby server is processing streamed WAL data.设置热备份服务器处理流式数据时,取消查询之前的最大延迟。
max_wal_sendersSets the maximum number of   simultaneously running WAL sender processes.设置同时运行的发送进程的最大数目。
passWord_encryptionEncrypt passwords.加密的密码。
pg_stat_statements.maxSets the maximum number of   statements tracked by pg_stat_statements.设置跟踪pg_stat_statements语句的最大数量。
pg_stat_statements.saveSave pg_stat_statements   statistics across server shutdowns.保存在服务器停机pg_stat_statements统计。
pg_stat_statements.trackSelects which statements are   tracked by pg_stat_statements.选择哪个陈述是被pg_stat_statements。
pg_stat_statements.track_utilitySelects whether utility commands   are tracked by pg_stat_statements.选择是否实用程序命令跟踪的pg_stat_statements。
portSets the tcp port the server   listens on.设置服务器侦听的TCP端口。
post_auth_delayWaits N seconds on connection   startup after authentication.在验证后连接启动时等待秒。
pre_auth_delayWaits N seconds on connection   startup before authentication.在身份验证之前,在连接启动时等待秒。
quote_all_identifiersWhen generating SQL fragments,   quote all identifiers.在生成SQL片段时,引用所有标识符。
random_page_costSets the planner's estimate of   the cost of a nonsequentially fetched disk page.设置一个进行非连续读取的磁盘页的成本计划的估计。
replication_timeoutSets the maximum time to wait   for WAL replication.设置等待复制的最大时间。
restart_after_crashReinitialize server after   backend crash.初始化服务器后端碰撞后。
search_pathSets the schema search order for   names that are not schema-qualified.为不符合模式的名称设置模式搜索顺序。
segment_sizeShows the number of pages per   disk file.显示每个磁盘文件的页数。
seq_page_costSets the planner's estimate of   the cost of a sequentially fetched disk page.设置计划程序对顺序获取的磁盘页的成本估计值。
server_encodingSets the server (database)   character set encoding.设置服务器(数据库)字符集编码。
server_versionShows the server version.显示服务器版本。
server_version_numShows the server version as an   integer.将服务器版本显示为整数。
session_replication_roleSets the session's behavior for   triggers and rewrite rules.设置会话的触发器和重写规则的行为。
shared_buffersSets the number of shared memory   buffers used by the server.设置服务器使用的共享内存缓冲区的数目。
shared_preload_librariesLists shared libraries to   preload into server.列出共享库以预加载到服务器。
sql_inheritanceCauses subtables to be included   by default in various commands.原因子被默认包含各种命令。
sslEnables SSL connections.启用SSL连接。
ssl_ca_fileLocation of the SSL certificate   authority file.SSL证书颁发机构文件的位置。
ssl_cert_fileLocation of the SSL server   certificate file.SSL服务器证书文件的位置。
ssl_ciphersSets the list of allowed SSL   ciphers.设置允许的SSL密码列表。
ssl_crl_fileLocation of the SSL certificate   revocation list file.SSL证书吊销列表文件的位置。
ssl_key_fileLocation of the SSL server   private key file.SSL服务器私钥文件的位置。
ssl_renegotiation_limitSet the amount of traffic to   send and receive before renegotiating the encryption keys.将流量发送和接收之前重新加密密钥。
standard_conforming_stringsCauses '...' strings to treat   backslashes literally.原因'…'字符串处理的反斜杠,字面上的意思。
statement_timeoutSets the maximum allowed   duration of any statement.设置任何语句的最大允许持续时间。
stats_temp_directoryWrites temporary statistics   files to the specified directory.将临时统计文件写入指定目录。
superuser_reserved_connectionsSets the number of connection   slots reserved for superusers.套连接插槽保留对超级用户的数量。
synchronize_seqscansEnable synchronized sequential   scans.启用同步顺序扫描。
synchronous_commitSets the current transaction's   synchronization level.设置当前事务的同步级别。
synchronous_standby_namesList of names of potential   synchronous standbys.对潜在同步备用名称列表。
syslog_facilitySets the syslog   "facility" to be used when syslog enabled.设置日志“设施”时要使用系统日志功能。
syslog_identSets the program name used to   identify PostgreSQL messages in syslog.设置用于确定消息syslog PostgreSQL程序名称。
tcp_keepalives_countMaximum number of TCP keepalive   retransmits.TCP的KeepAlive最大数量的转发。
tcp_keepalives_idleTime between issuing TCP   keepalives.发行TCP保持信号之间的时间。
tcp_keepalives_intervalTime between TCP keepalive   retransmits.发生时间之间的TCP重发。
temp_buffersSets the maximum number of   temporary buffers used by each session.设置每个会话所使用的临时缓冲区的最大数目。
temp_file_limitLimits the total size of all   temporary files used by each session.限制每个会话使用的所有临时文件的总大小。
temp_tablespacesSets the tablespace(s) to use   for temporary tables and sort files.设置用于临时表和排序文件的表空间(s)。
TimeZoneSets the time zone for   displaying and interpreting time stamps.设置显示和解释时间戳的时区。
timezone_abbreviationsSelects a file of time zone   abbreviations.选择时区缩写的文件。
trace_notifyGenerates debugging output for   LISTEN and NOTIFY.生成监听和通知的调试输出。
trace_recovery_messagesEnables logging of   recovery-related debugging information.启用与恢复相关的调试信息的日志记录。
trace_sortEmit information about resource   usage in sorting.在排序时发出有关资源使用的信息。
track_activitiesCollects information about   executing commands.收集有关执行命令的信息。
track_activity_query_sizeSets the size reserved for   pg_stat_activity.query, in bytes.设置预留pg_stat_activity.query的大小,以字节为单位。
track_countsCollects statistics on database   activity.收集数据库活动的统计信息。
track_functionsCollects function-level   statistics on database activity.收集数据库活动的功能级别统计信息。
track_io_timingCollects timing statistics for   database I/O activity.收集数据库I/O活动的定时统计信息。
transaction_deferrableWhether to defer a read-only   serializable transaction until it can be executed with no possible   serialization failures.是否推迟一个只读事务直到它可以执行任何可能的序列化失败。
transaction_isolationSets the current transaction's   isolation level.设置当前事务的隔离级别。
transaction_read_onlySets the current transaction's   read-only status.设置当前事务的只读状态。
transform_null_equalsTreats "expr=NULL" as   "expr IS NULL".对待“expr = null”为“表达式为空”。
unix_Socket_directorySets the directory where the   Unix-domain socket will be created.设置将创建UNIX域套接字的目录。
unix_socket_groupSets the owning group of the   Unix-domain socket.设置UNIX域套接字的拥有组。
unix_socket_permissionsSets the access permissions of   the Unix-domain socket.设置UNIX域套接字的访问权限。
update_process_titleUpdates the process title to   show the active SQL command.更新进程标题以显示活动SQL命令。
vacuum_cost_delayVacuum cost delay in   milliseconds.真空成本延迟毫秒。
vacuum_cost_limitVacuum cost amount available   before napping.午睡前可用的真空成本。
vacuum_cost_page_dirtyVacuum cost for a page dirtied   by vacuum.一个页面被真空成本。
vacuum_cost_page_hitVacuum cost for a page found in   the buffer cache.在缓冲区缓存中找到的页的真空成本。
vacuum_cost_page_missVacuum cost for a page not found   in the buffer cache.在缓冲区缓存中未找到的页的真空成本。
vacuum_defer_cleanup_ageNumber of transactions by which   VACUUM and HOT cleanup should be deferred, if any.如果有任何真空和热清洗应推迟的交易数量。
vacuum_freeze_min_ageMinimum age at which VACUUM   should freeze a table row.真空度应冻结表列的最小年龄。
vacuum_freeze_table_ageAge at which VACUUM should scan   whole table to freeze tuples.真空扫描整个表冻结元组的年龄。
wal_block_sizeShows the block size in the   write ahead log.显示写前日志中的块大小。
wal_buffersSets the number of disk-page   buffers in shared memory for WAL.为共享内存设置磁盘页缓冲区的数目。
wal_keep_segmentsSets the number of WAL files   held for standby servers.设置为备用服务器保存的沃尔玛文件的数量。
wal_levelSet the level of information   written to the WAL.将写入到沃尔玛的信息级别设置为。
wal_receiver_status_intervalSets the maximum interval   between WAL receiver status reports to the primary.将接收器状态报告之间的最大间隔设置为主。
wal_segment_sizeShows the number of pages per   write ahead log segment.显示每个写前日志段的页数。
wal_sync_methodSelects the method used for   forcing WAL updates to disk.选择用于强制将更新更新到磁盘的方法。
wal_writer_delayWAL writer sleep time between   WAL flushes.沃尔玛作家睡眠时间之间的沃尔玛刷新。
work_memSets the maximum memory to be   used for query workspaces.设置用于查询工作区的最大内存。
xmlbinarySets how binary values are to be   encoded in XML.设置二进制值是如何用XML编码的。
xmloptionSets whether XML data in   implicit parsing and serialization operations is to be considered as   documents or content fragments.设置隐式解析和序列化操作中的XML数据是否被视为文档或内容片段。
zero_damaged_pagesContinues processing past   damaged page headers.继续处理过去损坏的页眉。


您可能感兴趣的文档:

--结束END--

本文标题: postgres数据库配置文件详解

本文链接: https://www.lsjlt.com/news/41666.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
  • postgres数据库配置文件详解
    allow_system_table_modsAllows modifications of the   structure of system tables.允许修改系统表的结构。applica...
    99+
    2022-10-18
  • MySQL数据库——MySQL配置文件(my.ini)详解
    my.ini 是 MySQL 数据库中使用的配置文件,MySQL 服务器启动时会读取这个配置文件,我们可以通过修改这个文件,达到更新配置的目的。 这里以 Windows 系统下的 my.ini 配置文件为样板,讲解 MySQL 配置文件中的...
    99+
    2023-09-02
    数据库 mysql 服务器
  • MySQL数据库配置详解
    下面是我生产环境中MySQL的配置详解:[mysqld]mysql服务端配置server-id=1服务ID,每个服务的服务ID不同即可log-bin=mysql-bin定义bin_log的位置和名称,mys...
    99+
    2022-10-18
  • oracle dataguard主备库参数文件配置详解
    主库参数详解: 保持同一个Data Guard中所有的DB_NAME相同DB_NAME=ora11g  #为一个数据库指定一个唯一的名称,该参数一经指定就不会发生改动除非DBA...
    99+
    2022-10-18
  • 详解DockerCompose配置文件参数
    目录1. image2. build3. command4.container_name5.depends_on6.dns7. tmpfs8. entrypoint9.env_fil...
    99+
    2022-11-13
  • 芒果数据库配置文件
    配置文件1 # mongod.conf systemLog: destination: file logAppend: true storage: journal: enabled: t...
    99+
    2022-10-18
  • JDBC数据库配置问文件
    db.driver=com.mysql.jdbc.Driver db.dialect=org.hibernate.dialect.MySQLDialect db.maximumPoolSize=50 db...
    99+
    2022-10-18
  • Redis配置文件(redis.conf)参数详解
    redis配置文件参数说明:1. Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程daemonize no2. 当Redis以守护进程方式运行时,Redis默认会把pid...
    99+
    2022-10-18
  • redis-配置文件详解
    1.基本配置daemonize no 是否以后台进程启动databases 16 创建database的数量(默认选中的是database 0) save 900 1 #刷新快照到硬盘中,必须满足两者...
    99+
    2022-10-18
  • package.json文件配置详解
    package.json 是npm init命令初始化后,在项目的根目录下自动生成的配置文件,它定义了这个项目的配置信息以及所需要的各种模块,npm install根据这个命令,自动下载所需的模块。pack...
    99+
    2022-06-04
    详解 文件 package
  • redis 配置文件详解
    bind 0.0.0.0                 #绑定redis服务器网卡IP,默认为127.0.0.1,即本地...
    99+
    2022-10-18
  • redis配置文件详解
    位置 find / -name redis.conf units单位 # Redis configuration file example. # # Note that in order to read the configu...
    99+
    2022-01-15
    redis配置文件详解
  • postgresql.conf配置文件详解
    postgresql.conf文件是PostgreSQL数据库系统的主配置文件,它包含了数据库服务器的各种配置选项。下面是postg...
    99+
    2023-09-13
    详解
  • prometheus 配置文件详解
    目录 prometheus 配置文件详解 简介配置文件 原始配置文件内容global字段alerting 字段 alert_relabel_configsalertmanagersrule_fi...
    99+
    2023-09-05
    prometheus 服务器 linux java 运维
  • Redis缓存数据库配置文件的详细介绍
    今天小编给大家分享的是Redis缓存数据库配置文件的详细介绍,相信大部分人都不太了解,为了让大家更加了解,小编给大家总结了以下内容,话不多说,一起往下看吧。1、开头说明这里没什么好说的,需要注意的是后面需要...
    99+
    2022-10-18
  • python库-dotenv包 及 .env配置文件详解
    目录python库-dotenv包 | .env配置文件背景python-dotenv 如何使用python库-dotenv包 | .env配置文件 背景 我们开发的每个系统都离不开...
    99+
    2022-11-11
  • Redis2.8配置文件中文详解
    add by zhj : 没找到本文的原文。另外,redis配置文件中文翻译 也翻译的不错,可以与本文对照看。两篇文章都是以Redis2.8来介绍的 在Redis中直接启动redis-server服务时, ...
    99+
    2022-06-04
    中文 配置文件 详解
  • thinkphp没有数据库配置文件如何解决
    这篇文章主要介绍了thinkphp没有数据库配置文件如何解决的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇thinkphp没有数据库配置文件如何解决文章都会有所收获,下面我们一起来看看吧。ThinkPHP是一款...
    99+
    2023-07-05
  • 【八】MySQL-配置文件详解
    # 客户端设置,即客户端默认的连接参数 [client]   # 默认连接端口 port = 3306   # 用于本地连接的socket套接字 socket = /usr/local/mysql/data/mysql.sock   # 字...
    99+
    2023-10-26
    mysql 数据库 服务器
  • Maven配置文件pom.xml详解
    什么是POM?POM是项目对象模型(Project Object Model)的简称,它是Maven项目中的文件,使用XML表示,名称叫做pom.xml。在Maven中,当谈到Project的时候,不仅仅是一堆包含代码的文件。一个Proje...
    99+
    2023-05-31
    maven pom mave
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作