From 28aa3f00450095b979e8f62ded3d8c4c463576b8 Mon Sep 17 00:00:00 2001 From: mariuszmspace <92091891+mariuszmspace@users.noreply.github.com> Date: Thu, 3 Feb 2022 14:29:33 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af2b3e..90bacdc 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ for `EXPLAIN`, that also provides performance tips (Commercial Software). * [Debugging PostgreSQL performance, the hard way](https://www.justwatch.com/blog/post/debugging-postgresql-performance-the-hard-way/) * [Why use Postgres?](http://www.craigkerstiens.com/2017/04/30/why-postgres-five-years-later/) * [Superfast CSV imports using PostgreSQL's COPY command](https://infinum.com/the-capsized-eight/superfast-csv-imports-using-postgresqls-copy) +* [Tricking Postgres into using an insane – but 200x faster – query plan](https://spacelift.io/blog/tricking-postgres-into-using-query-plan) ### Documentation * [Wiki](https://wiki.postgresql.org/wiki/Main_Page) - user documentation, how-tos, and tips 'n' tricks