databendlabs / databend

๐——๐—ฎ๐˜๐—ฎ, ๐—”๐—ป๐—ฎ๐—น๐˜†๐˜๐—ถ๐—ฐ๐˜€ & ๐—”๐—œ. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
https://docs.databend.com
Other
7.85k stars 750 forks source link

feat: support explain decorrelated plan #16681

Closed xudong963 closed 3 weeks ago

xudong963 commented 3 weeks ago

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

Decorrelating subquery makes huge changes to the query plan, explain decorrelated plan outputs the query plan after decorrelating subquery which is helpful for debugging.

Tests

Type of change


This change isโ€‚Reviewable