Update README.md

This commit is contained in:
mariuszmspace 2022-02-03 14:29:33 +01:00 committed by GitHub
parent 668c43254e
commit 28aa3f0045
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