如何在Sql Server中处理大量数据 [英] how to handle huge amount of data in Sql Server

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

问题描述

大家好吧:

我想在SQL Server中处理一个非常大的数据,如果有人知道好的技术请指导我。

应用程序运行24小时从路由器到数据库的服务器和获取协议数据最初SQL Server由一个小时内的一个表组成,由于流量负载大,该表包含数百万条记录。

该表还包含所需的索引但是在一天之后很难在这个表中搜索,所以我应该使用哪些技术来控制这些数据。

任何建议都会受到赞赏来自老年人......:)

Hi all :)
I want to handle a very big data in SQL Server if any one know good technique kindly guide me.
the application run 24 hours on server and fetch protocols data from router in to database initially SQL Server is consist of one table within one hour the table contain more then millions of records due to large traffic load.
the table also consist of required indexing but after one day it is very hard to search in this table so what techniques should I used to control this amount of data.
Any Suggestion will be appreciated From seniors... :)

推荐答案

SQL服务器不适合这种类型的高容量/速度数据使用,您应该考虑使用高性能的nosql引擎(甚至文本日志文件)来提取数据和发布处理您想要的查询数据。
SQL server is not suited for this type of high volume/velocity data usage, you should look into using high performance nosql engines (or even text log files) for ingesting data and post processing of the data for the queries you want.


这篇关于如何在Sql Server中处理大量数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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