EnterpriseDB / mongo_fdw

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

it do not use index of mongodb #89

Open fanhongli opened 7 years ago

fanhongli commented 7 years ago

[SQL]ANALYZE table1 ;

[Err] ERROR: could not retrieve document count for collection HINT: could not collect statistics about foreign table

and i found it did not use index of mongodb

it is too .....

gerasim13 commented 6 years ago

i'm on the same boat; i use mongo 3.6 and postgres 10

vaibhavdalvi93 commented 2 years ago

@fanhongli and @gerasim13 , Are you still facing this issue?