Monorepo home of graphile-build, graphile-build-pg, graphile-utils, postgraphile-core and graphql-parse-resolve-info. Build a high-performance easily-extensible GraphQL schema by combining plugins!
This adds a small speedup to the cockroachdb branch by adding cluster settings which improve schema change performance. They are not recommended in production.
Performance impact
Speedup for tests only.
Security impact
N/A
Checklist
[x] My code matches the project's code style and yarn lint:fix passes.
[ ] I've added tests for the new feature, and yarn test passes.
[x] I have detailed the new feature in the relevant documentation.
[x] I have added this feature to 'Pending' in the RELEASE_NOTES.md file (if one exists).
[x] If this is a breaking change I've explained why.
Description
This adds a small speedup to the cockroachdb branch by adding cluster settings which improve schema change performance. They are not recommended in production.
Performance impact
Speedup for tests only.
Security impact
N/A
Checklist
yarn lint:fix
passes.yarn test
passes.RELEASE_NOTES.md
file (if one exists).