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

Hasura console bug: showing authchain_view in Hasura Console slows down DB #46

Open
bitjson opened this issue Nov 24, 2021 · 0 comments
Labels
external An issue we're tracking in another project

Comments

@bitjson
Copy link
Member

bitjson commented Nov 24, 2021

If a user opens the authchain_view in Hasura Console, the database gets bogged down trying to execute:

SELECT  COUNT(*)  FROM  (SELECT  *  FROM "public"."authchain_view"  WHERE ('true')     ) AS "r" 

Tracked in Hasura issues: hasura/graphql-engine#6771

@bitjson bitjson added the external An issue we're tracking in another project label Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external An issue we're tracking in another project
Projects
None yet
Development

No branches or pull requests

1 participant