Skip to content

Commit c2df19b

Browse files
Apply suggestions from code review
Co-authored-by: Daniil Gusev <daniil@quix.io>
1 parent 6eae9ba commit c2df19b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/joins.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@ The merging behavior is controlled by the `on_merge` parameter, which works the
283283
284284
### Limitations
285285

286-
- Joining dataframes belonging to the same topics (aka "self-join") is not supported
287-
- The `backward_ms` must not be greater than the `grace_ms` to avoid losing data
286+
- Joining dataframes belonging to the same topic (aka "self-join") is not supported.
287+
- The `backward_ms` must not be greater than the `grace_ms` to avoid losing data.
288288
- Interval join does not preserve any headers. If you need headers from any side, consider adding them to the value.
289-
- Performance of the join depends on the density of the data. If streams on both sides move very fast (a lot of messages) then the performance may drop significantly.
289+
- The performance of the interval join depends on the density of the data.
290+
If both streams have too many matching messages falling within the interval, the performance may drop significantly due to the large number of produced outputs.

0 commit comments

Comments
 (0)