December 17, 2012 at 12:16 am
Hi
We have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Thanks in advance
pradeep
December 17, 2012 at 3:27 am
mpradeep23 (12/17/2012)
HiWe have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Thanks in advance
pradeep
simple answer is "optimize your query"
Did you get any benefit from my suggestion certainly no ...same happened with me too as i too hadnt get any kind of help or clue from you question . friend , there could be multiple reason.
..bad indexes ... bad queries.... unwanted columns in queries.. heavy volumned adta manipulation .. your hardware congiguration... other backgrpund processes ..network.. etctetc
to get faster result see link in my signature
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
December 17, 2012 at 3:29 am
see this link http://msdn.microsoft.com/en-us/library/ms177500(v=sql.105).aspx
-------Bhuvnesh----------
I work only to learn Sql Server...though my company pays me for getting their stuff done;-)
December 17, 2012 at 4:05 am
We have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Time has come to start reading about filegroup and/or archiving/purging. then apply whatever fit best in your environment.
----------
Ashish
December 17, 2012 at 4:17 am
Duplicate post http://www.sqlservercentral.com/Forums/Topic1397177-146-1.aspx
Please follow the link in my signature on posting performance problems.
But have you checked the execution plan, index fragmentation, use of indexes, missing indexes, general troubleshooting steps etc etc etc?
December 17, 2012 at 8:57 pm
Please provide the table,index structure and T-SQL statement.
December 18, 2012 at 12:05 am
Hi Pradeep,
My advice is, first you check the table structure and then check the query execution plan. It will help to which column is using more.
Satish
December 18, 2012 at 12:58 am
mpradeep23 (12/17/2012)
HiWe have a table which contains allmost 1 lak to 2 lak of records
querring on that table getting delayed give me idea how to make it faster
Thanks in advance
pradeep
Hey Pradeep,
As mentioned by Bhuvnesh, if you need help ,please provide more info like table DDL, sample records,query you are using, index on columns etc. Infact the more info you'll provide the better solution you'll get here.
Anyway some folks have provided the urls for optimization on this forum.Please refer those.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply