SQL Server 2008 Slow Table, Table Partitioning -


I have a table that has increased to more than 1 million records ... today (all valid)

I need to speed it up ... will the table be the answer to the partition? If this is the case, can I get some help in preparing a query?

There are four major value keys in the table and all the primary keys are indexed and the other values ​​with an index in the name of the user is 139 (only more than 10,000 users are now)

Also help or direction will be appreciated :)

You probably just tune your questions and / or indexes Need to do 1 million records should not cause problems. I have several hundred million records and a table; I am able to maintain pretty high performance, I have found SQL Server Profiler to be very useful with this stuff. It is available in SQL Server Management Studio (but not express version, unfortunately). You can enter query & gt; Can also do


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -