You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/joins.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,8 @@ The merging behavior is controlled by the `on_merge` parameter, which works the
283
283
284
284
### Limitations
285
285
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.
288
288
- 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