[Phase 3][Colocation] Use single RPC for joins #4515
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/enhancement
This is an enhancement of an existing feature
priority/medium
Medium priority issue
Jira Link: [DB-389](https://yugabyte.atlassian.net/browse/DB-389)
Since colocated tables are stored on the same tablet, we can optimize join queries to use a single RPC to read data instead of multiple, separate RPCs.
This is similar to the optimization that we have done for index scans.
The text was updated successfully, but these errors were encountered: