mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
c415cd7c0d
This excercises a different code path from regular queries and is pretty slow. Motivated by https://github.com/hasura/graphql-engine-mono/pull/2835 We may need to break chinook up into two sets if it keeps growing or becomes a bottleneck, but do that later. GitOrigin-RevId: 5832aef520db85f694924e038c0f2c9a7dd17a13 |
||
---|---|---|
.. | ||
config.query.yaml | ||
dump.sql.gz | ||
README.md | ||
replace_metadata.json |
Huge Schema is an anonymized version of a real schema, without row data. It is notable for:
- having hundreds of tables, and relationships (including cycles)
- dozens of different roles and permissions
We select it for inclusion because the memory requirements to serve such a large schema are currently high.
We also test a small and a big query (returning no data) to see if schema size affects latency and (for the latter case) to time SQL generation.