SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

pgpool-II rpm build for : openSUSE Tumbleweed. For other distributions click pgpool-II.

Name : pgpool-II
Version : 4.4.2 Vendor : obs://build_opensuse_org/server:database
Release : 39.35 Date : 2023-09-28 22:56:23
Group : Productivity/Databases/Tools Source RPM : pgpool-II-4.4.2-39.35.src.rpm
Size : 6.08 MB
Packager : (none)
Summary : A connection pooling/replication server for PostgreSQL
Description :
pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL
database client. It provides the following features.

* Connection Pooling

pgpool-II saves connections to the PostgreSQL servers, and reuse them
whenever a new connection with the same properties (i.e. username, database,
protocol version) comes in. It reduces connection overhead, and improves
system\'s overall throughput.

* Replication

pgpool-II can manage multiple PostgreSQL servers. Using the replication
function enables creating a realtime backup on 2 or more physical disks,
so that the service can continue without stopping servers in case of a disk
failure.

* Load Balance

If a database is replicated, executing a SELECT query on any server will
return the same result. pgpool-II takes an advantage of the replication
feature to reduce the load on each PostgreSQL server by distributing SELECT
queries among multiple servers, improving system\'s overall throughput. At
best, performance improves proportionally to the number of PostgreSQL servers.
Load balance works best in a situation where there are a lot of users executing
many queries at the same time.

* Limiting Exceeding Connections

There is a limit on the maximum number of concurrent connections with PostgreSQL,
and connections are rejected after this many connections. Setting the maximum
number of connections, however, increases resource consumption and affect system
performance. pgpool-II also has a limit on the maximum number of connections, but
extra connections will be queued instead of returning an error immediately.

* Parallel Query

Using the parallel query function, data can be divided among the multiple servers,
so that a query can be executed on all the servers concurrently to reduce the
overall execution time. Parallel query works the best when searching large-scale
data.

pgpool-II talks PostgreSQL\'s backend and frontend protocol, and relays a connection
between them. Therefore, a database application (frontend) thinks that pgpool-II is
the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its
clients. Because pgpool-II is transparent to both the server and the client, an
existing database application can be used with pgpool-II almost without a change to
its sources.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/server:/database:/postgresql/openSUSE_Tumbleweed/i586

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  pgpool-II-4.4.2-39.35.i586.rpm
     Search for other platforms
pgpool-II-4.4.2-39.35.sparc.rpm
pgpool-II-4.4.2-39.35.alpha.rpm
pgpool-II-4.4.2-39.35.ppc.rpm
pgpool-II-4.4.2-39.35.ia64.rpm
pgpool-II-4.4.2-39.35.s390.rpm

Provides :
config(pgpool-II)
pgpool-II
pgpool-II(x86-32)

Requires :
/bin/sh
/bin/sh
/bin/sh
/bin/sh
/usr/bin/env
/usr/bin/mkdir
/usr/bin/touch
config(pgpool-II) = 4.4.2-39.35
fillup
group(pgpool)
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.15)
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.28)
libc.so.6(GLIBC_2.3)
libc.so.6(GLIBC_2.3.4)
libc.so.6(GLIBC_2.33)
libc.so.6(GLIBC_2.34)
libc.so.6(GLIBC_2.38)
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.8)
libcrypt.so.1
libcrypt.so.1(XCRYPT_2.0)
libcrypto.so.3
libcrypto.so.3(OPENSSL_3.0.0)
libm.so.6
libm.so.6(GLIBC_2.29)
libmemcached.so.11
libpam.so.0
libpam.so.0(LIBPAM_1.0)
libpcp.so.2
libpq.so.5
libssl.so.3
libssl.so.3(OPENSSL_3.0.0)
pwdutils
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1
user(pgpool)


Content of RPM :
/etc/pam.d/pgpool-II
/etc/pgpool-II
/etc/pgpool-II/aws_eip_if_cmd.sh
/etc/pgpool-II/aws_rtb_if_cmd.sh
/etc/pgpool-II/escalation.sh
/etc/pgpool-II/failover.sh
/etc/pgpool-II/follow_primary.sh
/etc/pgpool-II/pcp.conf
/etc/pgpool-II/pgpool.conf
/etc/pgpool-II/pgpool_remote_start
/etc/pgpool-II/pool_hba.conf
/etc/pgpool-II/pool_passwd
/etc/pgpool-II/recovery_1st_stage
/etc/pgpool-II/replication_mode_recovery_1st_stage
/etc/pgpool-II/replication_mode_recovery_2nd_stage
/usr/lib/systemd/system/pgpool-II.service
/usr/lib/tmpfiles.d/pgpool-II.conf
/usr/sbin/pcp_attach_node
/usr/sbin/pcp_detach_node
/usr/sbin/pcp_health_check_stats
/usr/sbin/pcp_node_count
/usr/sbin/pcp_node_info
/usr/sbin/pcp_pool_status
/usr/sbin/pcp_proc_count
/usr/sbin/pcp_proc_info
/usr/sbin/pcp_promote_node
/usr/sbin/pcp_recovery_node
/usr/sbin/pcp_reload_config
/usr/sbin/pcp_stop_pgpool
/usr/sbin/pcp_watchdog_info
There is 375 files more in these RPM.

 
ICM