Skip to content

Commit 4e5adbc

Browse files
comments
1 parent c2ebcd2 commit 4e5adbc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

crates/datastore/src/system_tables.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,9 @@ pub struct StViewParamRow {
11471147

11481148
/// System table [ST_VIEW_SUB_NAME]
11491149
///
1150+
/// Legacy compatibility schema. Runtime view subscription state is maintained
1151+
/// in committed state rather than inserted into this table.
1152+
///
11501153
/// | view_id | arg_id | identity | num_subscribers | has_subscribers | last_called |
11511154
/// |---------|--------|----------|-----------------|-----------------|-------------|
11521155
/// | 1 | 2 | 0x... | 3 | true | <timestamp> |
@@ -1171,6 +1174,9 @@ impl TryFrom<RowRef<'_>> for StViewSubRow {
11711174

11721175
/// System table [ST_VIEW_ARG_NAME]
11731176
///
1177+
/// Legacy compatibility schema. Runtime view arguments are identified by
1178+
/// `arg_hash` and are not inserted into this table.
1179+
///
11741180
/// | id | bytes |
11751181
/// |----|---------|
11761182
/// | 1 | <bytes> |

0 commit comments

Comments
 (0)