title

text

Dmitry Belyavskiy
Dmitry Belyavskiy ТЦИ
17:15 07 February
22 мин

Crypto-related parameters of PostgreSQL

The presentation describes crypto-related parameters of PostgreSQL configuration (both authentication and TLS-protection of the connection to DB) and what do they mean

Материалы к докладу

Слайды

Белявский.pptx

Видео

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

  • Bruce Momjian
    Bruce Momjian EnterpriseDB
    45 мин

    Securing PostgreSQL From External Attack

    This talk explores the ways attackers with no authorized database access can steal Postgres passwords, see database queries and results, and even intercept database sessions and return false data. Postgres supports features to eliminate all of these threats, but administrators must understand the attack vulnerabilities to protect against them. This talk covers all known Postgres external attack methods.

  • Darafei Praliaskouski
    Darafei Praliaskouski Juno
    45 мин

    PostGIS and realtime systems

    PostGIS is a spatial extension to PostgreSQL that enables spatial datatypes, access methods and a set of functions to perform geometric operations on them.

    Typically PostGIS is used to select a small subset of a big static dataset. In this talk I'll cover issues that arise when working with big dynamic data flows, and ways to resolve them, on examples that we've met developing Juno ride sharing service backend.

  • Антон Дорошкевич
    Антон Дорошкевич Инфософт
    45 мин

    1C-Battle. PostgreSQL vs MS SQL

    Comparison of capabilities of PostgreSQL and MS SQL to work with 1С. What does pg_restore mean for 1С user? Results of load testing for 1C database of more than 1TB size. The story of one 1C Production: 2 years, 500+ databases 1C, 4TB of data, cascading replication.

  • Ivan Panchenko
    Ivan Panchenko Postgres Professional
    90 мин

    Server side programming in PL/Perl, PL/Python, PL/v8

    Tutorial will show specifics of server programming in these languages. I will present practical examples and compare the features of these languages in PostgreSQL environment from the viewpoint of solving practical tasks.