E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
postgresql.conf
Postgresql 监控sql之 pg_stat_statements模块
该模块必须通过在
postgresql.conf
的shared_preload_libraries中增加pg_stat_statements来载入,因为它需要额外的共享内存。这意味着增加或移除该模块需要
PostgreSQL_HighGoDB
·
2020-07-16 04:32
Highgo
DB
PostgreSQL
数据库修改参数如何生效(详)
参数的生效途径如果需要重启数据库我们可以在参数的配置文件
postgresql.conf
注释中看到如下提示:#(changerequiresrestart)可以通过pg_settings视图
PostgreSQL_HighGoDB
·
2020-07-16 04:32
PostgreSQL
Highgo
DB
第6章gp_toolkit管理架构-Checking Server Configuration Files
CheckingServerConfigurationFilesGreenplum数据库系统的每个组件(主数据库,备用主数据库,主数据段和镜像数据块)都有自己的服务器配置文件(
postgresql.conf
kygoal
·
2020-07-16 01:14
postgresql.conf
部分参数说明
checkpoint参数描述:checkpoint的时候会将所有的脏数据都flush到磁盘上checkpoint_timeout:两次checkpoint间隔时长checkpoint_segments:两次checkpoint间隔最大的xlog日志文件数量(指的是pg_xlog下的文件:000000010000000000000007)以日志文件段(每个段通常16兆大)计。walwriter进程参
bielidefeng
·
2020-07-15 20:40
postgresql
greenplum 日志配置
基础配置文件:
postgresql.conf
如下一共三个配置方案,可根据业务需求进行配置日志:logging_collector是否打印loglog_line_prefix日志格式log_directory
渊丹
·
2020-07-15 19:31
greenplum
【PostgreSQL-9.6.3】使用pg_settings表查看参数的生效条件
PostgreSQL数据库的配置参数都在
postgresql.conf
文件中,此文件的目录为数据库的数据目录($PGDATA)。
NextAction
·
2020-07-15 18:12
PostgreSQL
PostgreSQL参数的查看和修改
查看参数文件的位置使用show命令查看,比较常用的showconfig_file.此还可以查看pg_settings数据字典.test=#showconfig_file;config_file/data/pgdata/
postgresql.conf
零零喵
·
2020-07-15 16:52
pg
PostgreSQL10基础(3)配置介绍
配置文件:
postgresql.conf
网络和验证#-ConnectionSettings-#设置监听的IPlisten_addresses='*'#whatIPaddress(es)tolistenon
supermancoke
·
2020-07-15 15:32
Postgres
MSF链接数据库
sudo-upostgrespsql//进入数据库alertuserpostgreswithpassword'admin';//添加密码3.修改数据库配置实现远程访问nano/etc/postgresql/10/main/
postgresql.conf
weixin_30945319
·
2020-07-13 17:57
PostgreSQL的分区表插件pg_pathman
/www.jianshu.com/p/7a87372504562.安装配置安装pg_pathman的rpm包rpm-ivhpg_pathman96-1.3.1-1.rhel6.x86_64.rpm修改
postgresql.conf
yglh_gq
·
2020-07-13 11:50
greenplum何时收集统计信息
在GP的
postgresql.conf
中有控制自动收集统计信息的参数gp_autostats_mode设置,gp_autostats_mode有三个值:none、no_change、no_no_stats
ckqq46580
·
2020-07-13 03:06
msf连接数据库
手工连接数据库开启postgresql服务,进入postgresql配置修改数据库配置,支持远程访问进入以下目录/etc/postgresql/10/main打开配置文件
postgresql.conf
第二处修改
wkend
·
2020-07-12 22:44
渗透测试
Greenplum最佳实践
一、最佳实践数据库参数部分GP数据库参数配置以下配置存于文件–
postgresql.conf
中,仅列出一些最常用的参数。
weixin_30329623
·
2020-07-12 05:13
Greenplum数据库优化实践:数据入库性能优化
greenplum数据中涉及到并发数的参数,在
postgresql.conf
文件中,具体如下:参数1:max_connections-最大连接数。
奋斗, 拼
·
2020-07-12 02:04
database
Greenplum
pg库连接提示 连接过多, too many clients already
问题原因,超过PG库设置的最大连接数(默认是100)解决方案,在在
postgresql.conf
(pg对应的data目录下)中设置:修改max_connections=1000想要此配置文件生效需要重启
miaowumi92
·
2020-07-11 13:45
pg数据库
一个老外对
postgresql.conf
的重新组织
配置文件很长,不好管理,一般就是一些主要参数,我们重新组织一下##Connectingport=5432listen_addresses='*'max_connections=100ssl=on##Memoryshared_buffers=100MB##Diskfsync=onsynchronous_commit=onfull_page_writes=oncheckpoint_segments=3
iteye_6319
·
2020-07-11 08:12
数据库
postgres如何设置允许远程连接
大致是需要设置两个地方:pg_hba.conf:配置数据库的访问权限
postgresql.conf
:配置数据库服务的相关参数具体步骤如下:首先找到postgres的安装目录找到data
zhangxingyu126
·
2020-07-10 14:38
数据库
PostgreSQL系统配置优化
PG的配置文件是数据库目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就OK了。
xto
·
2020-07-10 13:09
postgresql
postgresql
优化
integer
服务器
delay
cache
Linux怎么设置PostgreSQL远程访问
配置远程连接PostgreSQL数据库的步骤很简单,只需要修改data目录下的pg_hba.conf和
postgresql.conf
。pg_hba.conf:
wuling129
·
2020-07-10 12:30
PostgreSQL
Ubuntu任意IP远程连接配置postgresql
下载postgresqlsudoapt-getinstallpostgresql配置
postgresql.conf
文件将listen_addresses="localhost"改为listen_addresses
Kog_Wang
·
2020-07-10 10:35
数据库配置
postgresql
远程连接
配置数据库
PostgreSQL流复制安装
主库配置首先需要在主库配置接受流复制的连接,修改pg_hba.conf文件#TYPEDATABASEUSERADDRESSMETHODhostreplicationall192.168.7.177/24trust修改
postgresql.conf
foucus、
·
2020-07-10 09:10
PostgreSQL
PostgreSQL12同步流复制搭建及主备切换
0、说明pg12流复制搭建主要方式和之前没有太大区别,改变的地方在于pg12将recovery.conf文件合并到了
postgresql.conf
中,相关的配置需要进行修改。
foucus、
·
2020-07-10 09:10
PostgreSQL
postgresql 开启远程访问
2.修改PostgreSQL配置文件
postgresql.conf
、
postgresql.conf
,Linux配置文件所在路径/etc/postgresql/9.1/main其中:配置文件
postgresql.conf
JESSE_JAVA
·
2020-07-10 09:24
运维
Postgresql日志收集
PG安装完成后默认不会记录日志,必须修改对应的(${PGDATA}/
postgresql.conf
)配置才可以,这里只介绍常用的日志配置。
zzm_
·
2020-07-10 09:00
postgresql 日志配置
Postgresql日志收集PG安装完成后默认不会记录日志,必须修改对应的(${PGDATA}/
postgresql.conf
)配置才可以,这里只介绍常用的日志配置。
weixin_34329187
·
2020-07-10 09:32
POSTGRESQL 9.1 FATAL: password authentication failed for user "postgres"
可以远程访问:sudovim/etc/postgresql/9.1/main/postgresql.confroot@ubuntuserver:~#sudovi/etc/postgresql/9.1/main/
postgresql.conf
weixin_34289744
·
2020-07-10 08:30
postgresql修改配置生效方法
单位、描述等信息查看参数的默认单位selectname,unitfrompg_settings;查看参数允许的枚举selectname,enumvalsfrompg_settings;设置参数方式一:在
postgresql.conf
weixin_34233618
·
2020-07-10 08:45
postgresql.conf
配置
2019独角兽企业重金招聘Python工程师标准>>>10.1如何设置数据库参数所有的参数的名称都是不区分大小写的。每个参数的取值是布尔型、整型、浮点型和字符串型这四种类型中的一个,分别用boolean、integer、floatingpoint和string表示。布尔型的值可以写成ON、OFF、TRUE、FALSE、YES、NO、1和0,而且不区分大小写。有些参数用来配置内存大小和时间值。内存大
weixin_34194702
·
2020-07-10 08:46
postgresql性能的几个重要参数
http://blog.sina.com.cn/s/blog_7cb52fa80102w684.htmlPG的配置文件是数据库目录下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G
weixin_30699465
·
2020-07-10 06:58
PostgreSQL - 允许远程访问的设置方法
配置远程连接PostgreSQL数据库的步骤很简单,只需要修改data目录下的pg_hba.conf和
postgresql.conf
。pg_hba.conf:配置对数据库的访问权限。
weixin_30399055
·
2020-07-10 06:57
postgresql slow sql report 慢查询报告
首先要配置好
postgresql.conf
,让PG记录下慢查询,并且日志固定格式,如下:log_destination='csvlog'log_min_duration_statement=100mspg_ctlreload-D
wan_xie2009
·
2020-07-10 05:51
数据库
PostgreSQL参数的查看和修改
查看参数文件的位置postgres=#showconfig_file;config_file---------------------------------------/usr/local/pgsql/data/
postgresql.conf
Lauvay
·
2020-07-10 03:58
PostgreSQL
PostgreSQL 系统参数配置
参数文件
postgresql.conf
:数据库配置文件pg_hba.conf:host-basedauthentication基于主机的认证配置文件pg_ident.conf:基于身份的认证配置文件参数的取值有四种类型
Daozy极限编程
·
2020-07-10 03:57
PostgreSQL
postgreSQL配置文件
postgresql.conf
—— 千月的零基础学习PostgreSQL(2)
PostgreSQL配置文件
postgresql.conf
配置文件主要影响这服务器实例的基本行为,比如允许的连接数,操作允许占用的最大内存数,指定哪些用户可以用何种方式连接到数据库等等。
ADCC千月
·
2020-07-10 03:28
postgreSQL
系统运维
数据库
PostgreSQL IP地址访问配置
PostgreSQL实现TCP/IP访问连接原文:http://blog.csdn.net/shuaiwang/article/details/17932941.PostgreSQL的安装目录,进入data文件夹,打开
postgresql.conf
starnight_cbj
·
2020-07-10 02:19
PostgreSQL
gp 参数设置
postgresql.conf
[root@xxxgpseg-1]#pwd/data/masterdata/gpseg-1[root@xxxgpseg-1]#lltotal148drwx------7gpadmingpadmin4096Mar2810:26basedrwx------2gpadmingpadmin4096Apr811:30global-r--------1gpadmingpadmin109Feb1914:48gp
rgb_rgb
·
2020-07-10 01:05
greenplum
Postgresql学习笔记之——
postgresql.conf
参数文件中关于日志参数的记录
postgresql.conf
中日志相关参数#log_destination='stderr'#参数值有以下四种:stderr,csvlog,syslog,andeventlog,默认stder,csvlog
Major_ZYH
·
2020-07-09 22:43
Postgresql
PostgreSQL 之 同步流复制的实现
同步复制的主要配置实现同步复制主要是在主库上设置
postgresql.conf
PostgreSQL_HighGoDB
·
2020-07-09 21:38
PostgreSQL
Highgo
DB
postgresql.conf
影响postgresql性能的几个重要参数
转载自:http://blog.chinaunix.net/uid-280772-id-2135416.htmlPG的配置文件是数据库目录下的
postgresql.conf
文件,8.0以后的版本可支持K
贱一白
·
2020-07-09 19:53
PostgreSQL
基础
数据库PostgreSQL如何开启远程访问
我是在win7中安装的PostgreSQL数据库,使用Navicat工具连接localhost地址可以正常访问,但同事需要远程过来访问时则连接失败,此时需要开启远程配置,主要是修改安装目录中的
postgresql.conf
天天都在Debug的程序员liuqian
·
2020-07-09 19:41
postgresql 设置执行命令超时时间
通过设置statement_timeout参数设置命令最大执行时间,单位为毫秒,超过时间将取消执行.1.配置文件设置.在
postgresql.conf
中配置statement_timeout参数(单位为毫秒
kmblack1
·
2020-07-09 18:03
postgresql
PostgreSQL二次开发
postgressql配置参数的性能优化
pg配置参数的性能优化:PostgreSQL的配置文件是数据库目录(/opt/PostgresPlus/8.3/data)下的
postgresql.conf
文件,8.0以后的版本可支持K,M,G这样的参数
iteye_5304
·
2020-07-09 17:38
PostgresSQL
使用 pgfouine 分析 postgresql的log
注意,在使用pgfouine之前,要适当修改
postgresql.conf
的相关配置,主要是以下几项:log_min_duration_statement=0log_conne
hellyhe
·
2020-07-09 16:45
postgreSQL
FreeBSD
PostgreSQL 允许远程访问设置方法
配置远程连接PostgreSQL数据库的步骤很简单,只需要修改data目录下的pg_hba.conf和
postgresql.conf
。
dhptkq9465
·
2020-07-09 15:33
Postgres的日志实用功能
Postgres的日志(pg_log,类似oracle的alter文件,非pg_xlog)确实是很灵活,功能也很丰富的,下面是借用postgres的日志来实现一些管理功能,下面涉及的参数都在文件$PGDATA/
postgresql.conf
czp11210
·
2020-07-09 15:21
数据库技术
【PG流复制】Postgresql流复制部署过程及性能测试
--
postgresql.conf
添加以下参数wal_level=replicaarchive_mode=onarchive_command='/bin/date'max_wal_senders=10
crygaj7140
·
2020-07-09 14:49
Postgresql性能优化 (一)
结果也就只是调整
postgresql.conf
文件里面参数而已。服务器是36G内存,DualXeon4核CPU装了2个。
cnma55226
·
2020-07-09 14:40
postgresql 时间点数据恢复PITR(point in time recovery)
mkdir/usr/wallog_bkchownpostgres:postgres-Rwallog_bk//修改PG数据库配置文件postgresql.confvi/usr/pgsql-11/data/
postgresql.conf
arcticJian
·
2020-07-09 13:28
Postgresql
postgreSQL9.3日志配置
在
postgresql.conf
配置文件中,你可以配置日志记录在哪里,日志记录什么,日志什么时候记录。
aoerqileng
·
2020-07-09 13:45
PostgreSQL管理
【PostgreSQL-9.6.3】设置log参数
编辑数据目录中的
postgresql.conf
参数文件,我的数据目录是/usr/local/pgsql/datavipostgresql.conf找到如下内容:...
NextAction
·
2020-07-09 11:40
PostgreSQL
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他