How do I analyze and tune parallel query execution in IRIS SQL engine for complex joins?
I have large joins involving millions of rows. How can I profile and tune the SQL engine’s parallel execution? Are there EXPLAIN plan features to inspect threading and task distribution?