Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make multi-chain polymorphism more efficient #456

Open
benjie opened this issue Aug 8, 2023 · 0 comments
Open

Make multi-chain polymorphism more efficient #456

benjie opened this issue Aug 8, 2023 · 0 comments

Comments

@benjie
Copy link
Member

benjie commented Aug 8, 2023

https://github.com/benjie/crystal/blob/main/postgraphile/postgraphile/__tests__/queries/polymorphic/vulns.union_owners.simple.test.graphql

  1. we should be able to do a DISTINCT query so same records don't appear multiple times
  2. shouldn't need so many queries
  3. queries used should be able to group by target table, perhaps (would link to DISTINCT)
@benjie benjie added this to the V5 post launch milestone Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant