[ANNOUNCE] Skype presents: PL/Proxy 2.0 - easy database partitioning

2007-03-15 Thread Marko Kreen
PL/Proxy is a language for creating proxy functions that call actual functions from a partitioned database. The actual query to be executed on partition is constructed by looking proxy function signature. https://developer.skype.com/SkypeGarage/DbProjects/PlProxy So, to call function "get_user

[ANNOUNCE] Skype presents: SkyTools 2.1 - queueing, replication and more...

2007-03-15 Thread Marko Kreen
This is a package of tools used in Skype for replication and failover. Also it includes a generic queuing mechanism PgQ and utility library for Python scripts. https://developer.skype.com/SkypeGarage/DbProjects/SkyTools Main components are: PgQ --- This is the queue machanism we use.

[ANNOUNCE] Skype presents: PgBouncer 1.0 - lightweight connection pooler

2007-03-15 Thread Marko Kreen
A lightweight connection pooler, that also has special features to function as a pooler for PL/Proxy 2. https://developer.skype.com/SkypeGarage/DbProjects/PgBouncer Its features are: * Special 'statement pooling' mode, where server connection is released back to pool after each statement. Lon

[ANNOUNCE] pg_bulkload released

2007-03-15 Thread Toru SHIMOGAKI
I'm pleased to announce the release of pg_bulkload, a high speed data loading utility. It was presented by NTT OSS Center at PostgreSQL Anniversary Summit in Toronto last summer. Now it is available for download : http://pgfoundry.org/projects/pgbulkload/ I would like to take this opportunity t