hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

Home Page:https://hasura.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Citus support

ammirator-administrator opened this issue · comments

I did read the docs here https://hasura.io/docs/latest/databases/postgres/citus-hyperscale-postgres/hasura-citus-compatibility/#relationships

And my first question about citus relationships support is:

Do we have to make ENUM tables also distributed? If these are used in a distributed table?
what means (from local -> to reference)
Computed fields are not supported at all? And why is that , is that somehow different than in postgres?