mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +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 |
This is the classic chinook data set, which simulates a simple digital media store; with dozen or so tables, some simple relationships, and (depending on the table) a few dozen to a few hundred rows of realistic data per table.
Additionally it has been enriched with some sensible permissions on two new roles: employee, and customer.
Selected for inclusion because it's understandable, standard, familiar and somewhat realistic.