chaingraph icon indicating copy to clipboard operation
chaingraph copied to clipboard

Hasura console bug: showing `authchain_view` in Hasura Console slows down DB

Open bitjson opened this issue 4 years ago • 0 comments

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: https://github.com/hasura/graphql-engine/issues/6771

bitjson avatar Nov 24 '21 07:11 bitjson