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

This is dangerous when we talk to clickhouse use mysql protocol, as the clickhouse table may very big. #314

Open
tempbottle opened this issue Dec 28, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tempbottle
Copy link

let queries = CXQuery::naked(format!("SELECT * FROM {}", t.name));

@houqp
Copy link
Member

houqp commented Mar 11, 2024

query push down has only been implemented for object store backed data right now, I am open to contributions that adds push down for OLTP databases.

@houqp houqp added enhancement New feature or request help wanted Extra attention is needed labels Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants