Found 1357 bookmarks
Custom sorting
Which cloud providers support auto_explain? - pgMustard
Which cloud providers support auto_explain? - pgMustard
From time to time I need to check whether a managed Postgres provider supports auto_explain, and if so, which auto_explain parameters they support. Since it can be time-consuming to set up and test each of these, I wanted to create a reference for myself, and thought it might also be of interest to
·pgmustard.com·
Which cloud providers support auto_explain? - pgMustard
Row pattern recognition feature for PostgreSQL
Row pattern recognition feature for PostgreSQL
What is row pattern recognition feature? Row pattern recognition (RPR) is a feature defined in the SQL standard. It allows to search for a s...
·pgsqlpgpool.blogspot.com·
Row pattern recognition feature for PostgreSQL
Data platform for PostgreSQL - Xata
Data platform for PostgreSQL - Xata
Your database should be easy to use, not a source of frustration. Xata easily integrates into your developer workflow, providing the best data experience for GitHub, Vercel and Netlify based deployments.
·xata.io·
Data platform for PostgreSQL - Xata
Introducing multi-version schema migrations
Introducing multi-version schema migrations
Today's release of multi-version schema migrations addresses one of the most common pain points of application deployment - keeping your application code and database schema in sync. You can now present two versions of your schema, both old and new, to client applications.
·xata.io·
Introducing multi-version schema migrations
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Learn how to implement effective auditing and monitoring in PostgreSQL to enhance security, compliance, and performance. Discover tools like pgAudit and best practices for tracking database activities and access.
·stormatics.tech·
Guide to Auditing and Monitoring Access in PostgreSQL - Stormatics
Top Five PostgreSQL Surprises from Rails Devs
Top Five PostgreSQL Surprises from Rails Devs
At Sin City Ruby 2024 earlier this year, I presented a series of advanced PostgreSQL topics to Rails programmers. Afterwards, a number of people provided feedback on surprising or interesting things from the presentation.
·andyatkinson.com·
Top Five PostgreSQL Surprises from Rails Devs
Using short lived postgres servers for testing
Using short lived postgres servers for testing
Database servers are usually long-lived, and important parts of the infrastructure that we build on. We rarely set them up from scratch, because we have to take such good care of them over time. I think this causes a lot of people to think that setting up a database server is some mysteriously difficult ordeal. To be clear, that’s actually true, if you need high availability and a solid recovery point objective.
·kaveland.no·
Using short lived postgres servers for testing
explain.dalibo.com
explain.dalibo.com
Visualizing and understanding your PostgreSQL execution plans made easy.
·explain.dalibo.com·
explain.dalibo.com
PostgreSQL Fuzzy Text Search: Not so fuzzy to fuzziest
PostgreSQL Fuzzy Text Search: Not so fuzzy to fuzziest
So you have a bunch of data that comes from some human source (Free text form fields, reviews, blogs, classified ads, social media) and you want to do some analysis on it. but with people being the way they are, you're going to have some problems: A...
·blog.brendanscullion.com·
PostgreSQL Fuzzy Text Search: Not so fuzzy to fuzziest
Supporting Postgres Named Prepared Statements in Hyperdrive
Supporting Postgres Named Prepared Statements in Hyperdrive
Hyperdrive (Cloudflare’s globally distributed SQL connection pooler and cache) recently added support for Postgres protocol-level named prepared statements across pooled connections. We dive deep on what it took to add this feature.
·blog.cloudflare.com·
Supporting Postgres Named Prepared Statements in Hyperdrive
Compiling Postgres with LLVM
Compiling Postgres with LLVM
I decided to compile Postgres with LLVM this week but ran into failing tests due to server crashes. Here’s how to avoid the issue.
·justatheory.com·
Compiling Postgres with LLVM