Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Less-than/Greater-than WHERE Condition Push-down support #79

Open
CC-Hsu opened this issue Sep 2, 2018 · 0 comments
Open

Less-than/Greater-than WHERE Condition Push-down support #79

CC-Hsu opened this issue Sep 2, 2018 · 0 comments

Comments

@CC-Hsu
Copy link

CC-Hsu commented Sep 2, 2018

Hi,

We tested to query a foreign table with where condition to specify time interval (e.g. WHERE mytime >= '2018-05-01'::date ), but we found that it was very slow.

We later investigate source DB log and found that the source DB only receive SELECT SQL without the where condition.

Besides, we find that when we query only one column from a foreign table, which is created with IMPORT FOREIGN SCHEMA, all columns are queried in source DB. It seems that current odbc_fdw does not support column filtering yet.

Will odbc_fdw support richer push-down support and column filtering?

This will be a rich feature.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants