Table has large amount of Data querry geting delayed

  • 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

  • mpradeep23 (12/17/2012)


    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

    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;-)

  • 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;-)

  • 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

  • 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?

  • Please provide the table,index structure and T-SQL statement.

  • 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

  • mpradeep23 (12/17/2012)


    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

    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