mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-06 20:11:20 +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.