title

text

Markus Winand
Markus Winand

Современный SQL в PostgreSQL

In this session, we will go through the most important additions since the widely known SQL-92, explain how they work and how PostgreSQL supports and extends them. We will cover common table expressions and window functions in detail and have a very short look at the temporal features of SQL:2011 and the related features of PostgreSQL.

Слайды

Другие доклады

  • Nikhil Sontakke
    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.

  • Константин Пан
    Константин Пан

    Ещё один параллельный PostgreSQL

    Попытка заставить PostgreSQL выполнять запросы параллельно над горизонтально разбитыми таблицами с помощью одной дополнительной операции в плане запроса.

  • Федор Сигаев
    Федор Сигаев

    Расширяемость PostgreSQL - проблемы и перспективы

    В докладе будут рассмотрены возможности PostgreSQL по созданию пользовательских типов данных, функций и типов индексов, рассказано о решенных и нерешенных проблемах. Будут даны рекомендации по использованию указанных возможностей PostgreSQL и обозначены их ограничения.

  • Marco Slot
    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.