Events: postgresql

Events: postgresql

Nov 20

2023

04:30pm EDT
Nov 20 2023
[ML⇄DB 2023] pgvector: Stylish Hierarchical Navigable Small World Indexes! (Jonathan Katz)
Speaker:
Jonathan Katz
System:
PostgreSQL
Video:
YouTube

This talk is part of the ML⇄DB Seminar Series. Zoom Link: https://cmu.zoom.us/j/91461275681 (Passcode 177332) Read More

Oct 3

2022

04:30pm EDT
Oct 3 2022
[¡Databases! 2022] Odyssey: PostgreSQL Connection Proxy! (Andrey Borodin)
Speaker:
Andrey Borodin
System:
PostgreSQL
Video:
YouTube

In hypertext world connection proxies is a must for many decades now. And in many cases this idea works for databases too! Today almost any busy OLTP Postgres instance have to use some sort of proxy: old but gold PgBouncer, scalable Odyssey or entirely new SPQR\PgCat. In this talk I'll discuss what allows proxies to be useful, what Postgres hackers... Read More

May 2

2022

04:30pm EDT
May 2 2022
[Vaccination 2022] IO in PostgreSQL: Past, Present, Future (Andres Freund)
Speaker:
Andres Freund
System:
PostgreSQL
Video:
YouTube

PostgreSQL traditionally has handled IO in a fairly minimal way, relying on the operating system more than most other databases. This talk will discuss why PostgreSQL mostly got away with that so far, why current hardware trends (NVMe with very high bandwidth / low latency, cloud storage with high latency but​ good random / concurrent read behaviour) require changing course... Read More

Jun 7

2021

04:30pm EDT
Jun 7 2021
[Vaccination 2021] PostgreSQL Optimizer Methodology (Robert Haas)
Speaker:
Robert Haas
System:
PostgreSQL
Video:
YouTube

In this talk, I'll talk at a high level about how the PostgreSQL query planner approaches join planning, and how it gathers and uses statistics. Without losing sight of the fact that these algorithms generally work, I want to highlight some of the annoying cases where they break down, and the problems that they can cause for users and developers.... Read More