Replication and Indexed Views

  • Hi,

    I'm hoping someone can help out with this. We currently normalizing a large table in our database that stores historical data, removing the referential data. The referential data is now replicated from a different database. Everything was working fine until I created an indexed view on the large table that includes the replicated tables. The problem I'm seeing is that the replication now hanging and I'm seeing the replication process as suspended with a wait type of PAGEIOLATCH_SH. I'm assuming that the the slow down is due to the fact that the indexed view must be updated whenever the replicated data changes. Is it not a good practice in general to created a indexed view that contains replicated tables?

    Thanks in advance for your help

    ~Jeff

  • Hi,

    have a look at this link, which provides a good overview regarding replicating indexed views.

    http://msdn2.microsoft.com/en-us/library/ms147873.aspx

    Cheers,

    Phillip Cox

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

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