Skip to content

Commit

Permalink
Merge pull request #3924 from knz/20181025-update-faq
Browse files Browse the repository at this point in the history
Note that we do support (most) correlated joins now.
  • Loading branch information
knz authored Oct 26, 2018
2 parents 3163371 + 684897c commit f30bfb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions v2.1/sql-faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ Contention](performance-best-practices-overview.html#understanding-and-avoiding-

## Does CockroachDB support `JOIN`?

[CockroachDB supports uncorrelated SQL joins](joins.html). We are
[CockroachDB supports SQL joins](joins.html). We are
working to improve their execution performance.

At this time, `LATERAL` (correlated) joins are not yet supported.
At this time, some correlated joins, including `LATERAL` joins, are
not yet supported.

## When should I use interleaved tables?

Expand Down

0 comments on commit f30bfb4

Please sign in to comment.