cube-js / cube-js/cube

add prewhere for clickhouse

Open
#7,528 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.