mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
167e8f4cae
…ore checking allocations It seems like there might be some non-determinism exposed after #10206 we see a huge regression reported in live_bytes in huge_schema which apparently disappears, later reappearing in https://github.com/hasura/graphql-engine-mono/pull/10226#issuecomment-1697897108 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10240 GitOrigin-RevId: 8e9533cb9fd7db6c002f00d1d9cb0331d574d6a2 |
||
---|---|---|
.. | ||
adhoc_operations | ||
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.