Click here to Skip to main content
15,894,138 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
When increasing the amount of data entered into the database .What leads to a decrease in efficiency .What can I do?
Posted
Comments
PIEBALDconsult 12-Nov-14 18:25pm    
Lack of indices. Bad indices. Over-allocated fields. Wrong choice of datatype. Many others.
Sergey Alexandrovich Kryukov 12-Nov-14 18:31pm    
Bad schema. Unwanted redundancy. Too many nested loop joins. Poor server configuration. Many others.
—SA

 
Share this answer
 
Comments
Michael Azzar 19-Nov-14 18:51pm    
thank you sir for your links it's very useful .
/\jmot 20-Nov-14 0:27am    
if these links solved your problem then marked it as answer.
poor table layout
lack of index and unoptimized sql statement
and etc.
 
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