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
@wsx-ucb As we have already supported the process time temporal join, let's perform a benchmark analysis comparing the efficiency of stream hash join and process time temporal join. BTW, we can give a demo for process time temporal join, such as joining a Kafka stream with a materialized view backed by MySQL CDC. I think it is a good use case for our website doc.
Implement process time temporal join based on the RFC: risingwavelabs/rfcs#49:
FOR SYSTEM_TIME AS OF NOW()
syntax. (feat(streaming): support temporal join part 3 #8480)Use a rule or directlyimplement into_stream_plan
? Need investigation). (feat(streaming): Temporal join part2 #8466)The text was updated successfully, but these errors were encountered: