Upcoming presentations
No upcoming presentations...
Past presentations
pgLogical was a step forward in logical replication for PostgreSQL database users. Recently released, pgEdge, with its Spock extension, has overcome many of the limitations pgLogical users have faced with distributed applications such as fault tolerance, data consistency, conflict resolution, and performance. This webinar will provide an overview and demonstration of pgEdge’s game-changing ad...
Finally we have stored procedures in PostgreSQL 11, better late than never.
PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions and but without a return value and with some subtle differences and benefits.
The main benefits of Stored procedure are the follow...
Finally we have stroed procedures in PostgreSQL 11, better late then never. PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions and but without a return value and with some subtle differneces and benefits.
The main benefits of Stored procedure are the followin...
Stored procedures were added to PostgreSQL in version 11, better late than never.
PostgreSQL versions prior to 11 only supported functions, the support for stored procedures was added in PostgreSQL 11. It is added as a new schema object which is similar to functions but without a return value and with some subtle differences and benefits.
The main benefits of Stored procedures are the fol...
The future of Postgres Sharding
The future of Postgres Sharding
The future of Postgres Sharding
Pgpool-II has been around to complement PostgreSQL over a decade and provides many features like connection pooling, failover, query caching, load balancing, and HA. High Availability (HA) is very critical to most enterprise application, the clients needs the ability to automatically reconnect with a secondary node when the master nodes goes down.
This is where Pgpool-II watchdog feature c...