Skip to content

Commit

Permalink
revise
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Apr 1, 2022
1 parent 4942661 commit 8822d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-model-and-encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ A Stream Chunk consists of columns, visibility array and an additional `ops` col

> Source files: `utils/memcomparable`, `utils/value-encoding`
RisingWave stores user data in shared key-value storage called 'Hummock'. Tables, materialized views and checkpoints of internal streaming operators are encoded into key-value entries.
RisingWave stores user data in shared key-value storage called 'Hummock'. Tables, materialized views and checkpoints of internal streaming operators are encoded into key-value entries. Every field of a row aka. cell is encoded as a key-value entry, except `NULL` values are omitted.

![row-format](./images/data-model-and-encoding/row-format.svg)

Expand Down

0 comments on commit 8822d93

Please sign in to comment.