Skip to main content
Skip to main content

Accelerating Query with Runtime Filter Tuning

Join Runtime Filter (JRF) is an optimization technique that dynamically generates filters based on runtime data at Join nodes through Join conditions.

This technique not only reduces the scale of Join Probe but also effectively decreases data IO and network transmission.

For detailed information on how to use Runtime Filter for query tuning, please refer to the section on Runtime Filter Tuning.