Hi,
How to increase the speed and performance of a very big database?. Suppose we have a database in which each table has millions of records so how we can implement techniques or rules to improve its speed and performance?. Which are the best techniques and rules?.
Thanks.

Sagar LadPosted Aug 26, 2021, 6:41 PM
Ravinder SharmaPosted Jul 19, 2021, 12:25 AM
Puneet KankarPosted Jul 17, 2021, 4:30 PM
Hi Adalat,
Please go through the below link it is given many ideas about the performance tuning of the database.
https://www.quest.com/community/blogs/b/database-management/posts/10-database-performance-tuning-best-practices
https://www.toptal.com/sql-server/sql-database-tuning-for-developers
The point which helps us for increase database performance.
Keep statistics up to date
Don’t use leading wildcards
Avoid SELECT *
Indexing
Use constraints
Analyze query plans
Compare optimized and original SQL
Look at the actual execution plan, not the estimated plan
Adjust queries by making one small change at a time
Rajanikant HawaldarPosted Jul 17, 2021, 6:25 AM
Adalat KhanPosted Jul 16, 2021, 7:50 PM
Rajanikant HawaldarPosted Jun 30, 2021, 11:08 AM
Satya KarkiPosted Jun 30, 2021, 5:17 AM