mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
a3fc1889bb
…rking metadata operations And add an initial benchmark for replace_metadata, to unblock some performance improvements to that op in a PR to be merged after this. This is an MVP just to have something in CI to reference when optimizing metadata operations. See TODO for roadmap. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3673 Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com> GitOrigin-RevId: 968d1f92ca79c78ad90b2304d2214069bc739621 |
||
---|---|---|
.. | ||
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.