半个PostgreSQL DBA,热衷于数据库相关的技术。我的ppt分享https://pan.baidu.com/s/1eRQsdAa https://github.com/chenhuajun https://chenhuajun.github.io
发布时间:2018-08-20 01:01:08
PostgreSQL对空表的行估算逻辑挺奇怪的,固定认为有2000多行。点击(此处)折叠或打开postgres=# create table tbchj(id int);CREATE TABLEpostgres=# explain select * from tbchj; &n.........【阅读全文】
发布时间:2018-06-28 02:13:30
问题PostgreSQL导入大量数据时,导致备机复制断开日志中的错误消息如下:FATAL: terminating walreceiver process due to administrator commandLOG: ecord with incorrect prev-link 3F136/36 at 28/C000098原因推测导入数据时导致备机的复制状态反馈超时导致.........【阅读全文】
发布时间:2018-05-10 00:24:35
现象生产上citus集群中的一台worker 243上,偶尔会出现sys CPU利用率异常飙高,导致CPU跑满。而当时SQL查询量和user CPU使用率均无特别变化。并且其它3台worker都没有问题。环境OS:CentOS release 6.5 x64物理机(2.6.32-431.el6.x86_64)CPU: 2*8core 16核32线程, Intel(R) Xeon(R) CPU E5-263.........【阅读全文】