Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm having more than 40,000 data's in my table. I did not used any specific data structure to insert or sorting the data's but now i'm planning to use a data structure for this.
Please suggest me a data structure for this which improves the performance in production environment.
Posted

Firstly Create data structure and after creation of data structure migrate all data to new data structured table.
Then after you can use indexing to increase performance.

Hope it was your Requirement.
Thanks
 
Share this answer
 
v2
Comments
Agustee 30-May-12 6:56am    
Thanks for your reply
sunandandutt 20-Jul-12 5:18am    
Welcome
"Data structure" is your table, and the definition of it will depend on your application designs and user requirements.

The only thing you should do (and which we can help you with) is to create indexes on your table.

Use the SQL Server profiler and have it recommend indexes based on your application usage.
 
Share this answer
 
v2
Comments
Agustee 30-May-12 6:57am    
Thank you
sunandandutt 20-Jul-12 5:18am    
Welcome

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900