Poster sessions are honestly my favorite for complex deepdive topics. It is visual, conversational, collaborative and includes coffee. Just how I like my deep technical content.
05.02.2026 20:24 β π 2 π 0 π¬ 0 π 0Poster sessions are honestly my favorite for complex deepdive topics. It is visual, conversational, collaborative and includes coffee. Just how I like my deep technical content.
05.02.2026 20:24 β π 2 π 0 π¬ 0 π 0
PGConf.dev 2026: top things to do at the conference:
β’ Debate MVCC trivia with strangers
β’ Discover a feature you didnβt know you needed
β’ Realize youβre not the only one who reads pg_waldump for fun
Registration and CFP are open.
CFP for PGConf.dev 2026 is open until Jan 16 π
Tips for strong proposals:
β’ Share what you discovered. Not just what you built.
β’ Be specific
β’ Discuss bigger Postgres picture
β’ Failures welcome
Be specific, connect to Postgres internals, and donβt hide the messy bits.
My favorite ritual on the calendar :)
30.09.2025 21:04 β π 1 π 0 π¬ 0 π 0Heh! Love it π
28.09.2025 16:59 β π 0 π 0 π¬ 0 π 0At what point do we stop saying βworth its weight in goldβ and start saying βworth its weight in high-end GPUβ?
28.09.2025 16:22 β π 10 π 1 π¬ 1 π 0
So.. Pierre Barre just built an NFS server implementation on SlateDB. ZeroFS is today days old, but it's going to get wild. Bottomless storage and checkpoints mean instant FS snapshots (zero overhead).
github.com/Barre/zerofs
Love it! Such a gorgeous collection.
03.07.2025 01:35 β π 3 π 0 π¬ 0 π 0Itβs been 22 years and Iβm still madly in love with my husband.
27.06.2025 02:02 β π 3 π 0 π¬ 0 π 0
I use a spreadsheet to track all my documentation
It's important to keep all your docs in a row
Maybe itβs from reading the news? Social media?
10.06.2025 03:56 β π 3 π 0 π¬ 1 π 0Definitely. Descript is such a time saver for these things.
10.06.2025 03:56 β π 2 π 0 π¬ 0 π 0
Videos from PgConfDev are starting to show up on YouTube!
Great time to catch up on both the new content and the amazing talks from past events.
You can start with my talk: "Scaling Postgres to Million Tenants"
www.youtube.com/watch?v=EfAS...
Never mind. Looks like I remembered linear algebra wrong and matrices are strictly 2-dim.
30.05.2025 21:50 β π 3 π 0 π¬ 1 π 0Why aren't these called Matrixes? Like multi-dimensional vectors were called back when I did linear algebra?
30.05.2025 21:47 β π 1 π 0 π¬ 2 π 0So, Tensor (as in Pytorch) is just like a vector, except that it is somehow better for GPUs? Did I get that right?
30.05.2025 21:35 β π 6 π 0 π¬ 1 π 0I made a note to try this next time I have a problem query to debug :)
30.05.2025 02:53 β π 2 π 0 π¬ 0 π 0Nice! I wasn't familiar with this paper. Thank you!
29.05.2025 22:37 β π 0 π 0 π¬ 0 π 0
π οΈ Unused index debug flow:
ANALYZE β rethink predicate β simplify query β audit policies & GUCs β
If still wrong, try pg_hint_plan (force an index to prove a point) or hypopg (hypothetical indexes) before filing a bug.
1οΈβ£ Stale stats: ANALYZE hasnβt run; filter looks un-selective.
2οΈβ£ Truly un-selective: Stats are right; scan really is cheaper.
3οΈβ£ Complex estimates: Many joins / ORs / CTE / functions scramble row estimates.
4οΈβ£ Handcuffs on: RLS limits optimizations or GUCs forbid the path.
5οΈβ£ Planner bugs: Rare but...
βWhy is Postgres seq-scanning rather than use this index?β π€―
Short answer: the planner thinks that index wonβt help (or canβt use it).
Longer answerβ5 usual suspects π
omg, this is so purrfect!
29.05.2025 17:36 β π 1 π 0 π¬ 1 π 0You are not wrong π»
29.05.2025 16:04 β π 1 π 0 π¬ 0 π 0Cats are great, actually.
29.05.2025 16:00 β π 9 π 0 π¬ 2 π 0
New blog: Using Postgres pg_test_fsync tool for testing low latency writes
An easy to use tool that comes with standard Postgres installation, for testing write latency of devices where you put your WAL/redo logs and any other files requiring low write latency.
(link in reply)
I feel like I've found a new controlling meme for open source contribution and innovation.
25.05.2025 17:36 β π 54 π 10 π¬ 0 π 0Thank you! I'll check out context7
22.05.2025 23:07 β π 1 π 0 π¬ 0 π 0I've registered it with context7 so it's now available as up-to-date nile documentation via the context7 MCP context7.com/www.thenile....
22.05.2025 22:20 β π 2 π 1 π¬ 1 π 0