如何在ASP.NET MVC应用程序中开发和集成分布式搜索。 [英] How to develope and integrate distributed search in ASP.NET MVC application.

查看:67
本文介绍了如何在ASP.NET MVC应用程序中开发和集成分布式搜索。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们在后端有一个带有SQL Server 2012数据库的MVC 4.0应用程序。现在记录越来越多,我们的客户希望我们在我们的系统中实现和集成分布式搜索。我们没有任何分布式搜索技术的经验。我们在ASP.NET,MVC,ENTITY Framework和Sql server方面拥有专业知识。

请提供一些有用且易于学习的参考资料,以便我们开始学习和开发分布式搜索。



我尝试了什么:



我用谷歌搜索但没有达到标记链接或参考开始学习分布式搜索。

We have a MVC 4.0 Application with SQL Server 2012 Database in back-end. Now the records increasing and our client want us to implement and integrate Distributed search in our system. We don't have any experience in distributed search technology. We have expertise in ASP.NET, MVC, ENTITY Framework and Sql server.
Please provide some useful and easy to learn references so that we can start learn and develop Distributed Search.

What I have tried:

I googled it but not getting up to the mark links or references to start learning of distributed search.

推荐答案

如果我对你的表现问题有所了解。

你需要进行分析首先检查响应缓慢的方法。

1.查询查询

2.查看查询的预计执行计划

3.检查索引,如果没有添加添加他们。

4.首先进行性能调整。

如果您使用的是搜索,请尝试使用全文搜索

了解SQL Server中的全文索引 [ ^ ]



谢谢
If I am anticipating correct regarding your issue of performance.
You need to do the Profiling first and check for the methods responding slow.
1.Profile the queries
2.Check the Estimated Execution Plan for the queries
3.Check for the Indexes, if not added add them.
4.Go for a performance tuning first.
If you are using searches, then try using Full Text Search
Understanding Full-Text Indexing in SQL Server[^]

Thanks


这篇关于如何在ASP.NET MVC应用程序中开发和集成分布式搜索。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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