Dematerialize a view

Learn how to dematerialize a View to free up space.

To free up space in your cluster, you can dematerialize Views that were materialized but are no longer regularly used. This operation leaves the View intact, but removes the precomputed data which has been stored in memory. After dematerializing a View, you can expect searches on the View to take longer, but you will have more space available in memory.

To dematerialize a View:

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

  2. Click the name of your View.

  3. Click Schema.

  4. Under Materialization, click Dematerialize.

    materialization dialog on

    You will see a warning message that the data in the View will be removed from memory. Click Remove to confirm.

  5. You can see the status of the dematerialization as it progresses. Click Update status to refresh it.

    Remember that at this point your View is still searchable. It just isn’t materialized into memory. If you want to remove the View altogether, you still need to delete the View.


Related information