add prewhere for clickhouse
Open
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
In the clickhouse, 'prewhere' can be enabled, which can help improve query performance.
'prewhere' and 'where', their processing logic is similar.
In sql,just put 'prewhere' in front of the 'where'.
Simple examples:
select * from example prewhere a='xxx' where b='xxxx'
Contributor guide
Assessment
This issue has not been assessed yet.