Skip to content

Commit cca64a7

Browse files
CopilottabVersion
andauthored
docs: Add system catalog entries for watermark and actor tables (#781)
* Initial plan * docs: add system catalog entries for watermark tables Co-authored-by: tabVersion <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: tabVersion <[email protected]>
1 parent 706159b commit cca64a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sql/system-catalogs/rw-catalog.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ SELECT name, initialized_at, created_at FROM rw_sources;
8080
| `iceberg_namespace_properties` | Contains metadata of Iceberg namespace properties. |
8181
| `rw_actors` | Contains the available actor IDs, their statuses, and the corresponding fragment IDs, and parallel unit IDs. |
8282
| `rw_actor_id_to_ddl` | Contains information about the participants who executed the database schema change operations (DDL) and their corresponding actor IDs. The outputs include actor IDs, fragment IDs, job IDs, schema IDs, DDL types, and names of the affected object. |
83+
| `rw_actor_infos` | Contains information about actors in the database, including actor IDs, fragment IDs, node information, and dispatcher details. |
8384
| `rw_columns` | Contains information about columns of all relations (except sources) in the database, including their names, positions, data types, generation details, and more. |
8485
| `rw_cdc_progress` | Contains information about the backfill progress of CDC tables with parallelized backfill enabled, including job IDs, split counts, and completion status. |
8586
| `rw_connections` | Contains details about the connections available in the database, such as their IDs, names, owners, types, and more. |
@@ -102,6 +103,7 @@ SELECT name, initialized_at, created_at FROM rw_sources;
102103
| `rw_hummock_pinned_snapshots` | Contains information about the pinned snapshots in Hummock (the storage engine in RisingWave), including the worker node ID and the minimum pinned snapshot ID. |
103104
| `rw_hummock_pinned_versions` | Contains information about the pinned versions in Hummock (the storage engine in RisingWave), including the worker node ID and the minimum pinned snapshot ID. |
104105
| `rw_hummock_sstables` | Contains information about the SSTables (Sorted String Tables) used in Hummock (the storage engine in RisingWave). |
106+
| `rw_hummock_table_watermark` | Contains watermark information for storage tables in Hummock, including table IDs, vnode IDs, epochs, watermark values, and watermark direction (ascending or descending). |
105107
| `rw_hummock_version_deltas` | Contains information about version deltas in Hummock (the storage engine in RisingWave). A version delta represents the modifications or differences in data between consecutive epochs. |
106108
| `rw_iceberg_files` | Contains the current files of the Iceberg source or table. |
107109
| `rw_iceberg_snapshots` | Contains all Iceberg snapshots in RisingWave. Based on it, you can read a specific snapshot by a time travel query. |
@@ -117,6 +119,7 @@ SELECT name, initialized_at, created_at FROM rw_sources;
117119
| `rw_schemas` | Contains information about schemas that are available in the database, including their names, unique IDs, owner IDs, and more. |
118120
| `rw_secrets` | Contains information about the ID, name, owner, and access control of secret objects. For more details about secrets, see [Manage secrets](/operate/manage-secrets). |
119121
| `rw_sinks` | Contains information about sinks that are available in the database, including their unique IDs, names, schema IDs, owner IDs, connector types, sink types, connection IDs, definitions, and more. |
122+
| `rw_sink_decouple` | Contains information about whether sinks have enabled decoupling, including sink IDs, decouple status, and watermark vnode counts. |
120123
| `rw_sources` | Contains information about sources that are available in the database, including their unique IDs, names, schema IDs, owner IDs, connector types, column definitions, row formats, append-only flags, connection IDs, and more. |
121124
| `rw_streaming_jobs` | Contains information about streaming jobs, including their names, status, parallelism, resource groups, and more. |
122125
| `rw_streaming_parallelism` | Contains information about the streaming parallelism configuration for streaming jobs, including their IDs, names, relation types, and parallelism. |

0 commit comments

Comments
 (0)