graphile / graphile-engine

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!
https://www.graphile.org/
762 stars 129 forks source link

feat(cockroach): faster schema change cluster settings for tests #775

Closed otan closed 2 years ago

otan commented 2 years ago

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