Merge pull request #318 from mariuszmspace/patch-1

Update README.md
This commit is contained in:
Craig Kerstiens 2022-02-23 19:44:37 -08:00 committed by GitHub
commit 016dc5240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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