EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Join/Filter/Aggregate Push Down ? #122

Closed GiannisDimitriou closed 2 years ago

GiannisDimitriou commented 5 years ago

Hi, does the computation of joining 2 collections (#16) pushed down to mongodb? What about filters and aggregates?

Thank You

HolgerGH commented 3 years ago

Hi, I would also be interested in these kind of questions. Is there a more detailed documentation?

jeevanchalke commented 2 years ago

The latest version of mongo_fdw 5.4.0 does have these pushdowns. So closing it.

If you get into any issues. feel free to open a new issue to work on.

Thanks