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
The matviewgraph field in pg_catalog.pg_matviews is very large. Consider removing it because in most cases the users do not care about it. Also, as a field introduced by RisingWave, it should be placed in rw_materialized_views rather than here.
Should the f.fragments be here? I think we have some rw_ system tables for that.
But cloud will still need some way to query for it.↳
We should use rw_catalog.rw_table_fragments for querying fragments instead of pg_matviews.↳
Confirmed, it's used in a monitoring workflow. However, IIUC it can be safely ignored.↳
BTW, Is there any context for the question? I think the only thing that relies on the field is the portal. cc. @luotianchun for a double confirmation.↳
Yes, portal need it to show the mview DAG. And hopefully there will not be any changes to the data structure.
The
matviewgraph
field inpg_catalog.pg_matviews
is very large. Consider removing it because in most cases the users do not care about it. Also, as a field introduced by RisingWave, it should be placed inrw_materialized_views
rather than here.The text was updated successfully, but these errors were encountered: