
POSTGRESQL
Patrick-Leo
We don't see things as they are, we see them as we are.
展开
-
postgresql 参数配置优化详介绍
一、Linux内核参数设置:/etc/sysctl.conf http://www.pgsqldb.org/pgsqldoc-8.1c/kernel-resources.html#SYSVIPC 缺省设置只适合小安装(缺省最大共享内存是 32 MB)。翻译 2011-09-27 11:49:30 · 10431 阅读 · 0 评论 -
postgresql 索引优化及了解
/*PostgreSQL 提供了∶ B-tree(默认),R-tree,Hash 和 GiST索引*/1、B-tree 索引是一个 Lehman-Yao 高并发 B-tree 的实现 比如, col LIKE 'foo%' 或者 col ~ '^foo', 而不是 c原创 2011-09-27 11:11:27 · 3839 阅读 · 0 评论 -
postgresql 优化说明一
Performance TipsTable of Contents1、Using EXPLAIN and explain Analyze2、Statistics Used by the Planner3、Controllingthe Planner with Ex翻译 2011-09-27 11:53:34 · 713 阅读 · 0 评论 -
postgresql 安装和使用一
1.1 PostGreSQL 数据库 PostgreSQL 9.0 下载:http://www.enterprisedb.com/products/pgdownload.do 源码:http://www.postgresql.or原创 2011-09-27 11:09:11 · 1294 阅读 · 0 评论