pgpool-II 3.2 coming soon, get cool feature with it, on memory query cache and Built in HA

Almost one year worth of development, pgpool-II 3.2 release is getting closer. This version has two major new features:

On memory query cache

Built in HA

On memory query cache is similar to MySQL's query cache.  Caching query SELECT query results by matching literal query string. Unlike MySQL's query cache, you have choice of two types of cache storage: shared memory or memcached. If your server has enough memory, share memory query cache is the best choice because it's faster. If you have separate server which has large memory, memcached might be your choice. If you plan to have multiple pgpool instances, memcached is the only choice. I will explain this feature in another blog entry. 

Built in HA is called "watch dog" in pgpool's document. As you might know, pgpool itself could be a SPOF(Single Point Of Failure) because if pgpool goes down, there's no way for applications to access database unless they directly access PostgreSQL. Traditionally we recommend to use "pgpool-HA" to solve the problem. Why we need to have builtin HA then? Well, it is easier for users to use, and this brings another "bonus": better coordination of multiple pgpool instances. I will talk about this in another blog entry.

When will be the 3.2 released? We already released beta2 and plan to release RC1 this week. So we expect to have official release by the end of July 2012.

Please help us in testing pgpool-II 3.2 beta! You can download it from:

http://www.pgpool.net/mediawiki/index.php/Developer_releases

Full feature list of 3.2 is here: 

 http://git.postgresql.org/gitweb/?p=pgpool2.git;a=blob;f=NEWS;h=d106507915454a03f3046b419c245d3934392701;hb=1fbd5d7566726c9bb91de138a7c160c7e5f52de0

Posted by Tatsuo Ishii at 5:40 PM 

FROM : 

http://pgsqlpgpool.blogspot.hk/2012/07/pgpool-ii-32-relase-is-getting-closer.html

时间: 2024-08-31 05:42:55

pgpool-II 3.2 coming soon, get cool feature with it, on memory query cache and Built in HA的相关文章

Linux集群和自动化运维

Linux/Unix技术丛书 Linux集群和自动化运维 余洪春 著 图书在版编目(CIP)数据 Linux集群和自动化运维/余洪春著. -北京:机械工业出版社,2016.8 (Linux/Unix技术丛书) ISBN 978-7-111-54438-8 I. L- II.余- III. Linux操作系统 IV. TP316.89 中国版本图书馆CIP数据核字(2016)第176055号 Linux集群和自动化运维 出版发行:机械工业出版社(北京市西城区百万庄大街22号 邮政编码:100037

solaris启动过程详解

在Sparc平台下,Solaris系统中有一个类似PC BIOS的芯片程序(EEPROM OpenBoot)负责识别分区.文 件系统和加载内核,在Solaris 2.6之后的版本中,默认的内核文件存放在/platform/`arch`/kernel/unix 位置,`arch`指令是指明系统的硬件体系,目前一般是i86pc(Intel IA32)或sun4u(Sun UntraSparc). 在Intel体系中,因为没有eeprom firmware,所以系统提供了一个模拟eeprom的引导程序

Hibernate学习大全

第1课 课程内容. 6 第2课Hibernate UML图. 6 第3课 风格. 7 第4课 资源. 7 第5课 环境准备. 7 第6课 第一个示例HibernateHelloWorld 7 第7课 建立Annotation版本的HellWorld 9 第8课 什么是O/RMapping 11 一.     定义:. 11 二.     Hibernate的创始人:. 11 三.     Hibernate做什么:. 12 四.     Hibernate存在的原因:. 12 五.     Hi

《CCNP SWITCH (642-813 )学习指南》一1.1 企业园区网设计概述

1.1 企业园区网设计概述 CCNP SWITCH (642-813 )学习指南 1.1 企业园区网设计概述 Cisco拥有多种企业园区网的设计模型,这些设计模型都是对各类企业网络的抽象与浓缩.不过,本书在介绍企业网络时,会将它们分为以下部分. 核心骨干网. 园区网. 数据中心. 分支机构/WAN. Internet边缘. 图1-1所示为一个高度概括的企业网示例. 园区网是企业网的一部分,是计算机架构的组成部分.一般来说,园区网的作用可以理解为:使终端用户能够从某一个地理位置访问网络通信服务和网

新手入门 acm 输入输出练习

A + B Problem(1000) Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 355051    Accepted Submission(s): 110841 Problem Description Calculate A + B.   Input Each line will contain two integers A a

HTML5中的本地、WebSql、离线应用存储

1.   HTML5存储相关API a)   Localstorage 本地存储 b)   Web Sql DataBase 本地数据库存储 c)   .manifest 离线应用存储 2.   HTML5 localStorage 本地存储: a)   本地存储是一个window的属性:, 相当于一个大型的Cookie; b)   window.localStorage : c)   set方法:         i.      localStorage.t1 = "aaa";   

绘影II与Photoshop焕彩黑白照片

鼠标的出现,大大的改进了电脑的操作方式,但发展至今天,因为时代的进步,它的能力始终有限.作为一个艺术创作者.平面或动画的设计师,如果只使用一个鼠标作绘图,可谓是一件痛苦的事情,即使拥有精湛的鼠标操作技巧,精准的点击能力,也比不上用笔在画板上挥毫那么直观!所以,拥有一个功能强大和灵活多变的创意软件和工具可以使你的设计工作事半功倍,Adobe Photoshop CS和UGEE绘影II代绘图板就是这样一对创意绝配,它具备1024级的压感和200点/秒的绘画识别功能,能帮助你自由地发挥创意空间.在UG

学习网页制作:像table一样布局div II

网页 像table一样布局div Ⅰ 下面是我翻译的内容,是根据我对文章的理解意译的,你就别挑哪里翻译的不对了,我的目的只是传达这个CSS技巧 上一篇的问题就是,这个模型对IE来说等同于垃圾,所以基本只能是做来玩玩而已,没有什么实际的用处,现在我要做的就是,让它也能在IE下更好的显示,所以我又做了第二个模型 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/

测试Trackback II

修改上一篇文章后,在修改时添加的链接似乎并没有被.Text分析和自动尝试Trackback.另个,我两个朋友的Blog没有被Ping到,可能是Trackback URL不同于BLOG URL的缘故.再尝试一次: Ryana,再试你的Spider-Man II. 其他人也在测试Trackback.