Improve performance for fetching records from Data warehouse tables having records in billions

  • Dear All,

    Hi! I recently worked on a Data warehouse server which has performance issues. When I dig up the DB wise tables then found that frequently used tables have more than 5 billion records.

    Now, what steps should I take so that the fetching of records from such tables will be optimized? All such tables already have Indexes & the statistics is also getting update on a daily basis.

    Please guide...

  • Too generic and brief a description. Please provide more details of a specific issue. For instance:

    What is the performance issue ? You have to expect some overhead with tables of that size.

    What is the query thats suffering ?

    Have you looked at the execution plan for such a query ? is there scope for optimization of the query ? Is it missing good indexes ?

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

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