如何提高Ajax自动扩展器速度 [英] how to increase ajax auto extender speed

查看:83
本文介绍了如何提高Ajax自动扩展器速度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我在项目中使用Ajax AutoComplete Extender并获取数据.
但是,由于有将近43,000条记录,因此将其填充到列表中需要花费很长时间.

有没有其他选择可以快速获取数据?

以下是我现在使用的属性:

Hi all,

I am using Ajax AutoComplete Extender in my project and it fetchs the data.
But with nearly 43,000 records, it takes a very long time to populate in list.

Is there any alternatives to fetching the data with speed?

The following are the properties I am now using:

MinimumPrefixLength="1";
CompletionInterval="10";
EnableCaching=true;
CompletionSetCount="12"



在此先感谢


Seshu



Thanks in Advance


Seshu

推荐答案

基于我所知道的,问题不在于Ajax:在于数据库响应大量数据的请求以及网络中的延迟交付大量数据.

我认为您最好的选择是找到减少每次获取的数据量的方法.
Based on what I know, the problem is not with Ajax: it is with the database responding to a request for lots of data and the latency in the network delivering that amount of data.

I think your best bet would be to find some way to decrease the amount of data you are fetching at a time.


这篇关于如何提高Ajax自动扩展器速度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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