All Products
Search
Document Center

AnalyticDB:open_struct_MvDetailModel

Last Updated:Nov 04, 2025
ParameterTypeDescriptionExample
object

Materialized view summary data.

FirstRefreshTimestring

The first refresh time.

2025-01-01 09:00:00
QueryRewriteEnabledboolean

Whether to enable query rewrite for the current materialized view.

false
ExplicitHitlong

The total number of explicit query hits in the last seven days.

5
IsInactiveboolean

The system detects that the current materialized view has been created for more than 30 days and has not been accessed (including both explicit query and implicit query).

false
RemoteSizelong

Cold data disk space consumed by materialized views (bytes).

1234
LocalSizelong

Hot data disk space consumed by materialized views (bytes).

1234
RefreshStatestring

Refresh mode for materialized views.

FAST
RefreshIntervalstring

The refresh interval.

(now() + INTERVAL '10' SECOND)
ImplicitHitlong

The total number of implicit query hits in the last seven days.

20
UpdatedAtstring

The last refresh time.

2025-01-01 10:00:00
ResourceGroupstring

The resource group used for the refresh.

user_default
BaseTableNamesarray

All direct parent base tables of the current materialized view.

array

The database name and table name of the base table.

string

The name of the database or table.

t1