Talks
Talks archive
-
Alexey Fadeev Sibedge
We started using PLV8 in development in 2021. Primarily, we have started to build our Postgres + our own needs. However, after some time, we found an active growth in downloads. Over the past 10 months, our image has been downloaded over 100 thousand times, while we have not been engaged in its promotion. In this report, I will try to give an understanding of the growth in popularity of the project, briefly talk about its development, which improvements have aroused interest in the community, which have not, and share plans for the future.
-
Pavel Luzanov PostgresPro
PostgreSQL 16 is expected to be released in September. We are looking forward to a number of interesting and important changes in monitoring, logical replication and access management. My talk will cover these new features and many more; I am also open to conversations after the presentation.
-
Vasiliy Puchkov
- Some theory: what AQO is and how it influences query planning
- Testing planning: selection criteria and test preparation
- Testing: what and how was measured
- Findings
- Some theory: what AQO is and how it influences query planning
-
Mikhail Rutman PostgresPro
Traditionally, fault tolerance in Postgres is achieved using built-in replication mechanisms and external utilities that monitor the state of running Postgres instances and react accordingly when various failures occur. In my presentation, I will tell you what we like and what we don’t like about this approach, what alternative we see, what we have been able to achieve to date and what we want to get by the release, which is planned for December.