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

implement filter and column pushdown #153

Closed
erizocosmico opened this issue Mar 8, 2018 · 1 comment
Closed

implement filter and column pushdown #153

erizocosmico opened this issue Mar 8, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@erizocosmico
Copy link
Contributor

We should implement filter and column pushdown once they land in go-mysql-server.

I don't think we have any computationally expensive columns yet, so we shouldn't care much about column pushdown, but we should about filter pushdown, which can reduce a lot the amount of data sent.

@erizocosmico erizocosmico added enhancement New feature or request blocked Some other issue is blocking this labels Mar 8, 2018
@erizocosmico erizocosmico removed the blocked Some other issue is blocking this label Mar 9, 2018
@erizocosmico
Copy link
Contributor Author

Filters are now implemented (not merged, though) in src-d/go-mysql-server#86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant