Skip to content

Commit

Permalink
more on arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed May 16, 2024
1 parent c174e72 commit 6eb6a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nightly/en/contributor-guide/flownode/arrangement.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Arrangement store the state in the dataflow's process, for now there is no persi
The kv pairs are both `Row` in arrangement, and the timestamp is the time when the row is created or updated.

internally, arrangement get tuples like
`((Key Row, Value Row), timestamp, diff)` and store them in the memory.
`((Key Row, Value Row), timestamp, diff)` and store them in the memory. And one can query key-value pairs at certain time with `get(now: Timestamp, key: Row)` method, and get the value at given time `now` for the key. Arrangement, also assume everything older than a certain time(also known as lwoe watermark) is already ingested and wouldn't keep history for them.

0 comments on commit 6eb6a78

Please sign in to comment.