关于数据结构 [英] Regarding data structure

查看:91
本文介绍了关于数据结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的表中有40,000多个数据.我没有使用任何特定的数据结构来插入或排序数据,但现在我打算为此使用数据结构.
请为此提供一个数据结构,以改善生产环境中的性能.

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.

推荐答案

首先创建数据结构,然后在创建数据结构后将所有数据迁移到新的数据结构中表.
然后,您可以使用索引来提高性能.

希望这是您的要求.
谢谢
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


数据结构"是您的表,其定义取决于您的应用程序设计和用户要求.

您唯一要做的事情(我们可以为您提供帮助)是在表上创建索引.

使用SQL Server分析器,并根据您的应用程序使用情况推荐索引.
"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.


这篇关于关于数据结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆