mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-14 17:49:09 +08:00
1. Reuses postgres connections during startup which reduces the overhead of opening and closing connections. 2. Faster schema cache building. This is done by fetching all the required data in a single sql statement.