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

Filter pushdown in PyReader #249

Open
delta003 opened this issue Jul 22, 2024 · 1 comment
Open

Filter pushdown in PyReader #249

delta003 opened this issue Jul 22, 2024 · 1 comment
Labels
Performance Performance is not as expected

Comments

@delta003
Copy link

Use case

I'd like to use chdb as a query engine for a custom storage engine implemented in Python.

Describe the solution you'd like

Pass some kind of filters to PyReader#read method, e.g. https://arc.net/l/quote/mshaakfn

Additional context

I was looking for a solution that I can use with an existing Python implementation and found chdb.PyReader. My guess is that most of pushdown logic exists and it's a matter of wiring it? I'll take a closer look at the code, and can contribute the feature, but wanted to ask first before wasting time.

@auxten
Copy link
Member

auxten commented Jul 24, 2024

ClickHouse do have filter pushdown features, but for PyReader#read I didn't implement that. You are very very welcomed if you are interested to implement that!

@auxten auxten added the Performance Performance is not as expected label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Performance is not as expected
Projects
None yet
Development

No branches or pull requests

2 participants