Does View use Indexes Created on Tables

  • Would a view use the Indexes created on the tables it is using to filter records.

    Consider, i have four tables and every table has 1,00,000 records and each table has a Primary Key with Clustered Indexes on it.

    And my view uses all this four tables using joins. So, in this case would it use the indexes created on that table?

    Thanks and Regards,

    Ashish Patel.

  • Yes, the view would use indices when joining the tables and evaluating where clauses within the view.

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

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