Simon Wolf
Simon Wolf
> @esatterwhite, support of pushing down boolean expression or nested operator expression in WHERE has been already added in the latest version of mongo_fdw i.e. 5.5.0. Please use the latest...
Thank you @vaibhavdalvi93. I'm using the extension via CruncyBridge but I will update my support ticket with them to see if they can test it. If not then my apologies...
@vaibhavdalvi93 CrunchyBridge installed the patch on my instance and I can confirm that it resolved the issue: ``` dev_v3_platform> SELECT "customerId", "active" FROM mongo_devices_prod WHERE "active" = false LIMIT 5;...
I like that. And the fact that we don't have to describe every field.