在可编辑控件中加载大量数据 [英] Load Huge data in a editable control

查看:65
本文介绍了在可编辑控件中加载大量数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请建议任何可以加载大量数据(25000000行数据)的现成控件。



此控件将在UI中使用。





OP从以下评论复制的其他信息

对不起,我没有正确解释事情在我的问题中。



我的要求是获得一个可以在UI应用程序中使用的控件来显示大量的数据。

解决方案

我会看一下DatagridView的虚拟模式



MSDN:DataGridView.VirtualMode [ ^ ]



之前我用它来显示100万行(大约20 - 30列)并且工作速度非常快

这不是一个产品或完整的源代码,但它是一个很好的教程,如何这样做。这些教程中使用的是C ++(不是C#)。





http://www.catch22.net/tuts/memory-techniques-part-1 [ ^ ]

http://www.catch22.net/tuts/memory-techniques-part-2 [ ^ ]


在SQL中的索引中使用。

您获得快速数据访问。

例如。

使用SQL Server 2005定义索引 [ ^ ]


Please suggest any ready made control which can load huge data (25000000 Rows of data) faster.

This control will be used in the UI.


additional information by OP copied from comment below
Sorry i didnt explain things properly in my question.

My requirement is to get a control which can be used in a UI application to show huge no of data .

解决方案

I would have a look at the DatagridView''s virtual mode

MSDN : DataGridView.VirtualMode[^]

I have used this to display 1 million rows (around 20 - 30 columns) before and it works very fast


This is not a product or full source to use, but a nice tutorial of how to do so. C++ is used in these tutorials (not C#).


http://www.catch22.net/tuts/memory-techniques-part-1[^]
http://www.catch22.net/tuts/memory-techniques-part-2[^]


Use in Index in SQL.
You Get Fast Data Access.
For Eg.
Defining Indexes with SQL Server 2005[^]


这篇关于在可编辑控件中加载大量数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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