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
Copy file name to clipboardExpand all lines: sql/system-catalogs/rw-catalog.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ SELECT name, initialized_at, created_at FROM rw_sources;
80
80
|`iceberg_namespace_properties`| Contains metadata of Iceberg namespace properties. |
81
81
|`rw_actors`| Contains the available actor IDs, their statuses, and the corresponding fragment IDs, and parallel unit IDs. |
82
82
|`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. |
83
84
|`rw_columns`| Contains information about columns of all relations (except sources) in the database, including their names, positions, data types, generation details, and more. |
84
85
|`rw_cdc_progress`| Contains information about the backfill progress of CDC tables with parallelized backfill enabled, including job IDs, split counts, and completion status. |
85
86
|`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;
102
103
|`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. |
103
104
|`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. |
104
105
|`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). |
105
107
|`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. |
106
108
|`rw_iceberg_files`| Contains the current files of the Iceberg source or table. |
107
109
|`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;
117
119
|`rw_schemas`| Contains information about schemas that are available in the database, including their names, unique IDs, owner IDs, and more. |
118
120
|`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). |
119
121
|`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. |
120
123
|`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. |
121
124
|`rw_streaming_jobs`| Contains information about streaming jobs, including their names, status, parallelism, resource groups, and more. |
122
125
|`rw_streaming_parallelism`| Contains information about the streaming parallelism configuration for streaming jobs, including their IDs, names, relation types, and parallelism. |
0 commit comments