Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.07 KB

refresh-view.md

File metadata and controls

29 lines (20 loc) · 1.07 KB
title keywords last_updated summary toc sidebar permalink
Refresh a materialized view
materialize, views, refresh, stale
09/20/2019
You can refresh a view manually, so that its data matches the data in the underlying tables.
true
mydoc_sidebar
/:collection/:path.html

Materialized views can get out of sync with their underlying data. If the status of a view is Stale, you must refresh the view manually to sync it with the table.

Note that until it is refreshed, the view remains searchable.

To refresh a view manually, follow these steps:

  1. To find your view, click Data in the top menu, and choose Views.

  2. Click Schema.

  3. In the Materialization panel, notice that the Status is Stale.

  4. Next to the Stale status, click Refresh Data.

    ![Refresh a stale view]({{ site.baseurl }}/images/refresh-materialized-views.png "Refresh a view")

Related Information

  • [Understand views]({{ site.baseurl }}/complex-search/about-query-on-query.html)
  • [About materialized views]({{ site.baseurl }}/admin/loading/materialized-views.html)