PostgreSQL

This section of the docs is for people who want to use PostGraphQL but don’t have much experience with PostgreSQL and want resources to help explain key concepts. These resources also give some crucial tips on how to optimize queries and keep your PostgreSQL database happy and healthy.

Indexes

It’s important that your queries stay fast for your users, this section outlines some resources to help you optimize you queries with indexes.