Другие доклады
-
Константин Пан
Ещё один параллельный PostgreSQL
Попытка заставить PostgreSQL выполнять запросы параллельно над горизонтально разбитыми таблицами с помощью одной дополнительной операции в плане запроса.
-
Marco Slot Citus Data Главный инженер-программист
Scaling out PostgreSQL for data intensive workloads
This talk will present pg_shard, a new PostgreSQL extension for sharding and transparently scaling out PostgreSQL tables for real-time insert, update, delete and select commands across many machines. This extension opens up PostgreSQL to a range of applications for which NoSQL databases were more suitable until now. We are sharing this extension with the PostgreSQL community as an open source project.
-
Александр Киров
Производительность PostgreSQL в Linux-контейнерах и поверх Parallels Cloud Storage
Мы покажем как PostgreSQL работает внутри контейнеров Parallels и сравним его производительность с PostgreSQL, работающем на хосте без виртуализации.
-
Nikhil Sontakke
PostgreSQL High Availability with Corosync/Pacemaker
The Corosync/Pacemaker framework which is part of the LinuxHA stack can be used to provide monitoring and automatic failover capabilities. Now with streaming replication in place, it makes sense to use this robust infrastructure for PostgreSQL master and its replica handling. The open source pgsql resource agent also does this now. This talk will talk about using Corosync/Pacemaker with Postgres.