Found 37 bookmarks
Custom sorting
PGConf.dev 2025 - YouTube
PGConf.dev 2025 - YouTube
PostgreSQL Development Conference, aka "PGConf.dev", is where users, developers, and community organizers come together to focus on PostgreSQL development an...
·m.youtube.com·
PGConf.dev 2025 - YouTube
Just because you’re getting an index scan, doesn't mean you can’t do better! - pgMustard
Just because you’re getting an index scan, doesn't mean you can’t do better! - pgMustard
An issue I often see folks missing when reviewing query plans, is that they see that all of their scans involve indexes and they think that the query is likely already as fast (or efficient) as it can be. In this post we’ll look through several examples, some things to look out for, and how to then
·pgmustard.com·
Just because you’re getting an index scan, doesn't mean you can’t do better! - pgMustard
What I Wish Someone Told Me About Postgres
What I Wish Someone Told Me About Postgres
I’ve been working professionally for the better part of a decade on web apps and, in that time, I’ve had to learn how to use a lot of different systems and tools. During that education, I found that the official documentation typically proved to be the most helpful.
·challahscript.com·
What I Wish Someone Told Me About Postgres
Optimizing Postgres table layout for maximum efficiency
Optimizing Postgres table layout for maximum efficiency
Introduction When modeling a Postgres database, you probably don’t give much thought to the order of columns in your tables. After all, it seems like the kind of thing that wouldn’t affect storage or performance. But what if I told you that simply reordering your columns could reduce the size of your tables and indexes by 20%? This isn’t some obscure database trick — it’s a direct result of how Postgres aligns data on disk.\n
·r.ena.to·
Optimizing Postgres table layout for maximum efficiency
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
In this video I'm doing "magic" binary search. This search fallbacks to linear search when the number of tuples is small. Typically this is done to reduce number of branch mispredictions, but it's rather toy feature here. It's taken only for example. Resulting code https://github.com/x4m/postgres_g/commit/a66ff4e0669b01ea09eed734cf4e60c745527c5c https://wiki.postgresql.org/wiki/Compile_and_Install_from_source_code git clone --depth=5 --single-branch --branch=master https://github.com/postgres/postgres cd postgres ./configure --prefix=$PWD --enable-depend make -j10 to /dev/null make check
·m.youtube.com·
Walk-through of implementing simple Postgres patch. From sources to CI. - YouTube
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube
Speaker: Vagmi Mudumbai While PostgreSQL is a mature database, it packs a punch when it comes to features. This is a talk to talk about various features of PostgreSQL like. * Crosstab queries (Pivot Table) * Window functions * JSON operations * Full-text search queries * Row-level security
·m.youtube.com·
PostgreSQL hidden gems (Tech Talk NB - April 2023) - YouTube