Found 1343 bookmarks
Custom sorting
Testing with Go and PostgreSQL: ephemeral DBs
Testing with Go and PostgreSQL: ephemeral DBs
Let’s say you created a Go program that stores data in PostgreSQL — you installed PostgreSQL, wrote the Go code, and everything works; great! But after writing a test for your code, you wonder: how do you best provide PostgreSQL to your automated tests?
·michael.stapelberg.ch·
Testing with Go and PostgreSQL: ephemeral DBs
Why PostgreSQL major version upgrades are hard
Why PostgreSQL major version upgrades are hard
Upgrades between PostgreSQL major versions are famously annoying. You can’t just install the server binaries and restart, because the format of the data directory is incompatible. Why is that? Why can’t we just keep the data format compatible?
·peter.eisentraut.org·
Why PostgreSQL major version upgrades are hard
Benchmarking PostgreSQL Batch Ingest
Benchmarking PostgreSQL Batch Ingest
See what PostgreSQL batch ingest method is right for your use case: in this article, we benchmark INSERT (VALUES and UNNEST) vs. COPY (text and binary).
·timescale.com·
Benchmarking PostgreSQL Batch Ingest
Shrinking a Postgres Table
Shrinking a Postgres Table
Ok folks, this is kind of a weird one. I'm going to put it in the "you won't ever need this, but if you do, you are going to be glad I wrote this up for ya" category. As you may or may not know, I recently acquired fireside.fm,
·johnnunemaker.com·
Shrinking a Postgres Table
Postgres on Spot VMs - only for the crazy?
Postgres on Spot VMs - only for the crazy?
Postgres is already great, surely - even “too popular” one could complain with a twist…as this broadcast “was” actually supposed to be my Lightning Talk at last month’s pgConf.eu in Athens 🙂 But indeed, seems Postgres has in an awesome way gotten so big that it’s not like that anymore...
·kmoppel.github.io·
Postgres on Spot VMs - only for the crazy?
Getting comfortable with psql - CRAIG KERSTIENS
Getting comfortable with psql - CRAIG KERSTIENS
psql is a CLI editor that ships with Postgres. It’s incredibly powerful for working with Postgres, and doesn’t take too much of a learning curve to start to get comfortable so you can really feel like an expert working with your database. Just a rundown of a few things to get you started:
·craigkerstiens.com·
Getting comfortable with psql - CRAIG KERSTIENS
ProxySQL Expands Database Support to PostgreSQL in Version 3.0.0-Alpha - ProxySQL
ProxySQL Expands Database Support to PostgreSQL in Version 3.0.0-Alpha - ProxySQL
The reigning champion of MySQL proxies, ProxySQL, has set its sights to conquer new territory. Today marks the dawn of a new era as ProxySQL unveils its 3.0.0-Alpha release, bringing PostgreSQL - the darling of developers, and the titan of open source databases - under its formidable umbrella. A Game Changing Expansion Long respected for its
·proxysql.com·
ProxySQL Expands Database Support to PostgreSQL in Version 3.0.0-Alpha - ProxySQL
Why pg_dump Is Amazing
Why pg_dump Is Amazing
I wrote a blog post a couple of weeks ago entitled Is pg_dump a Backup Tool? . In that post, I argued in the affirmative, but also said that...
·rhaas.blogspot.com·
Why pg_dump Is Amazing
Migrating in-place from PostgreSQL to MySQL
Migrating in-place from PostgreSQL to MySQL
Migrating in-place from PostgreSQL to MySQL Alex Toumazis, Software Engineer Oct 7, 2024 The Yelp Reservations service (yelp_res) is the service that powers reservations on Yelp. It was acquired along...
·engineeringblog.yelp.com·
Migrating in-place from PostgreSQL to MySQL
Plugging the Postgres Upgrade Hole | Tembo
Plugging the Postgres Upgrade Hole | Tembo
We at Tembo truly love Postgres. We're convinced everyone would love Postgres just as much as we do if only upgrading Postgres between major versions wouldn't be so darn difficult.
·tembo.io·
Plugging the Postgres Upgrade Hole | Tembo