druid/docs
Abhishek Agarwal 0a56c87e93
SQL: Plan non-equijoin conditions as cross join followed by filter (#15302)
This PR revives #14978 with a few more bells and whistles. Instead of an unconditional cross-join, we will now split the join condition such that some conditions are now evaluated post-join. To decide what sub-condition goes where, I have refactored DruidJoinRule class to extract unsupported sub-conditions. We build a postJoinFilter out of these unsupported sub-conditions and push to the join.
2023-11-29 13:46:11 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
api-reference [Docs] Add example connection parameters for Java APIs (#15345) 2023-11-28 15:09:41 +05:30
assets docs: query from deep storage (#14609) 2023-08-04 11:10:08 +05:30
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Relocating Table Schema Building: Shifting from Brokers to Coordinator for Improved Efficiency (#14985) 2023-11-04 19:33:25 +05:30
data-management docs: add concurent compaction docs (#15218) 2023-10-27 10:29:34 -07:00
design docs: suggest metadata store with instant ADD COLUMN semantics (#15334) 2023-11-09 12:56:30 -08:00
development Update Kinesis resharding doc (#15401) 2023-11-20 15:40:59 -08:00
ingestion Add support for ingesting older iceberg snapshots (#15348) 2023-11-17 12:32:28 +05:30
misc Update Ingestion section (#14023) 2023-05-19 09:42:27 -07:00
multi-stage-query Doc fixes for query from deep storage and MSQ (#15313) 2023-11-03 10:52:20 +05:30
operations Relocating Table Schema Building: Shifting from Brokers to Coordinator for Improved Efficiency (#14985) 2023-11-04 19:33:25 +05:30
querying SQL: Plan non-equijoin conditions as cross join followed by filter (#15302) 2023-11-29 13:46:11 +05:30
tutorials Doc fixes for query from deep storage and MSQ (#15313) 2023-11-03 10:52:20 +05:30