Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I'm novice to SQL and do hope any helpful tips from anyone of you.
We've the application running on the server with SQL 6.5. The problem is whenever the records in INTable > 100k, the processing is getting slower. The normal processing should take only 2-3 secs and with records >100k, it goes beyond 20 secs. The way the application was designed is we have 8 processors(pgms to inquiry) accessing to the database at the same time or probably 1-2 secs different. We look into sp_who2 and realized there were so many deadlocks for each processors. Our current solution is to delete as many records as we can. I donot know whether this is caused by the way the application was designed or we can tuned it on SQL to make it perform better.
Any valuable tips is highly appreciated.
TIA
JohariK
I'm novice to SQL and do hope any helpful tips from anyone of you.
We've the application running on the server with SQL 6.5. The problem is whenever the records in INTable > 100k, the processing is getting slower. The normal processing should take only 2-3 secs and with records >100k, it goes beyond 20 secs. The way the application was designed is we have 8 processors(pgms to inquiry) accessing to the database at the same time or probably 1-2 secs different. We look into sp_who2 and realized there were so many deadlocks for each processors. Our current solution is to delete as many records as we can. I donot know whether this is caused by the way the application was designed or we can tuned it on SQL to make it perform better.
Any valuable tips is highly appreciated.
TIA
JohariK