Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

How to Improve the perforamce of large tables ? Expand / Collapse
Author
Message
Posted Wednesday, December 12, 2012 3:29 AM
Say Hey Kid

Say Hey KidSay Hey KidSay Hey KidSay Hey KidSay Hey KidSay Hey KidSay Hey KidSay Hey Kid

Group: General Forum Members
Last Login: Monday, January 21, 2013 11:26 PM
Points: 688, Visits: 72
Hi All,

Please give your valuable suggestions on how can i improve the performance of tables which having 2 crores of data.

Thanks
Bhanu
Post #1395553
Posted Wednesday, December 12, 2012 3:43 AM


SSCarpal Tunnel

SSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal TunnelSSCarpal Tunnel

Group: General Forum Members
Last Login: Tuesday, June 04, 2013 7:03 AM
Points: 4,443, Visits: 7,249
Tables don't perform - queries do. But make sure you have the correct indexes and statistics set up on the tables, and that those indexes are maintained and statistics updated regularly. And review any queries that run against the tables to make sure they written optimally. You might also want to think about partitioning.

John
Post #1395559
Posted Tuesday, January 22, 2013 12:42 AM


SSCrazy

SSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazySSCrazy

Group: General Forum Members
Last Login: Thursday, June 13, 2013 7:03 AM
Points: 2,562, Visits: 3,453
kbhanu15 (12/12/2012)
Hi All,

Please give your valuable suggestions on how can i improve the performance of tables which having 2 crores of data.

Thanks
Bhanu
have you made any changes with this regard ? or it was just an interview question ?


-------Bhuvnesh----------
While 1 = 1 (Learning SQL....)
Click to get fast response of your post
Post #1409838
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse