Freeze indexed view

  • Hi,

    Just wondering if there is any way to temporary freeze an indexed view from the updates happening on the underlying tables. What I want to achieve is to be able to update/insert into the tables without causing page splits on the indexed view indexes and have the view available for queries, then when the data load is finished re-create the indexes on the view.

    Thanks.

  • No, you could copy the view to another object but not freeze it..

    CEWII

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply