Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have read a lot of articles about clustered and non clustered indexes but still i am not able to find out an internal working of these indexes.So kindly provide the best solution.
thanks in advance
Posted

1 solution

if the number of records is small then there is no need for indexes, the real challenge begins when 1. you have a huge data base and 2. the relation between application and database. Both methods are trade off between performance and performance. The best solution is the solution coming from performance tests. Basics[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900