Rajeshbabu Chintaguntla created PHOENIX-7372: ------------------------------------------------
Summary: Support for nested loop joins Key: PHOENIX-7372 URL: https://issues.apache.org/jira/browse/PHOENIX-7372 Project: Phoenix Issue Type: New Feature Reporter: Rajeshbabu Chintaguntla Assignee: Rajeshbabu Chintaguntla Currently Hash Join and Sort merge join strategies got supported in Phoenix but when we wanted to fetch very few records in joins and both left and right side result sets of join operator are big then the query takes lot of time. Would be better to support Nested Loop strategy which can help to reduce the latency by utilizing the HBase get calls. -- This message was sent by Atlassian Jira (v8.20.10#820010)