#564 — July 24, 2024 |
|
Postgres Weekly |
Magic Tricks for Elizabeth Christensen |
▶ All the Talks from PGConf.dev 2024 — If you didn’t get to attend May’s PGConf.dev conference in Canada, you can now catch up with everything that happened on stage, at least, including talks on autovacuuming going awry, petabyte-scale deployments, how Amazon RDS scales, and how to make a bigger impact with your Postgres blog posts. PostgreSQL Development Conference |
Render Is Your Fastest Path to Production — Whatever your stack you can build, deploy quickly, update and confidently scale your apps with ease, from the first to the billionth user. Start building with Render for free — the modern cloud for devs. Render sponsor |
Speeding Up Index Creation in Postgres — Indexes are fundamental to getting the most performance out of your queries, but it can take a long time to create new ones on large datasets. Hans-Jürgen looks at a way to significantly speed up the process. Hans-Jürgen Schönig |
You Make A Good Point! — Postgres Savepoints — Did you know that within a transaction it’s possible to define points where the remainder of the transaction can be rolled back to? They’re called savepoints. Andrew Atkinson |
QUICK BITS:
|
Bringing Row Pattern Recognition to Postgres — The SQL standard includes an ability to search for a sequence of rows in a table based upon a defined pattern. Tatsuo is looking to bring it to Postgres too. He shows us how it works and the progress of his work. Tatsuo Ishii |
Postgres vs. Pinecone for Vector Storage and Queries — A response to a recent post from Pinecone that compared Pinecone and Postgres for vector search tasks. Narek Galstyan |
|
Looking for Hidden Hurdles When Postgres Faces Partitions — Andrei ran into a curious situation where partitioning a table introduced some tricky performance issues. Andrei Lepikhov |
Which Cloud Providers Support Michael Christofides |
📄 Differences Between Running Postgres for Yourself and for Others – Unsurprisingly, building a platform is a whole different game to spinning up a database server for yourself. Burak Yucesoy 📄 Advanced Postgres Performance Tuning and Monitoring Methods – A list of tools and techniques you might adopt. Niall OHiggins 📄 Working with Row Level Security in Node.js Kristian Dupont |
🛠 Code and Tools |
PLV8ify: Turn JavaScript Files into PLV8 Functions — Bundles TS/JS input and writes SQL containing Postgres functions using the PLV8 extension (which enables using JavaScript as a procedure language in Postgres). Divyendu Singh |
|