Skip to content

Commit be1c6c1

Browse files
authored
Merge pull request #3969 from alianheart/patch-1
Update joining-tables.md
2 parents e87f6c9 + ec681a3 commit be1c6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/joining-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ WHERE has(arrayFilter(t -> (t != ''), splitByChar('|', p.Tags)), 'java') AND (p.
8888
1 row in set. Elapsed: 1.519 sec. Processed 252.30 million rows, 1.62 GB (166.06 million rows/s., 1.07 GB/s.)
8989
```
9090

91-
Adding a filter to the right side table improves performance even further to 0.5s.
91+
Adding a filter to the left side table improves performance even further to 0.5s.
9292

9393
```sql
9494
SELECT countIf(VoteTypeId = 2) AS upvotes

0 commit comments

Comments
 (0)