|
|
|
|
|
by wuputah
1573 days ago
|
|
Hi! JD here, Hydra's CTO. Hydra does not use FDWs except for Postgres-to-Postgres communication (for now). What we found was that FDWs do not do pushdown very well, even when Postgres has full information. You can get FDWs to push down aggregations, but complex queries with subqueries etc quickly get slow again. In short, our goal is to have your queries take full advantage of the power of each datastores, and we found that FDWs do not accomplish that goal. We want to support GraphQL at some point, so same goes for us! We are thinking about an OSS version, I think how we do "limited" is a big part of what that means. What would you like to see in an OSS version? What would you use it for? |
|
Read-only access might be one way, but I'm unsure how popular that would be.
Generating GraphQL API's for other datasources by funneling them through Postgres