Segfault-Inc / Multicorn

Data Access Library
https://multicorn.org/
PostgreSQL License
700 stars 145 forks source link

Selecting View based on foreign table hangs #87

Open pishpecki opened 9 years ago

pishpecki commented 9 years ago

Hello,

I have created foreign table with alot of data on the other side. If I select the entire table it takes around 4 mnutes to return the data. If I create a view based on foreign table and execute a select that should return only one line, the server hangs. If I make the same select on the foreign table , it works very fast. Does anyone have simmilar experience?

Thanks, Regrds