摘要: 原文地址:http://www.cnblogs.com/ppcompany/articles/2950040.html何谓海量数据处理?所谓海量数据处理,无非就是基于海量数据上的存储、处理、操作。何谓海量,就是数据量太大,所以导致要么是无法在较短时间内迅速解决,要么是数据太大,导致无法一次性装入内存... 阅读全文
posted @ 2014-04-25 15:05 dapeng888 阅读(653) 评论(0) 推荐(0)
摘要: 原文地址:http://hi.baidu.com/lingyu125/item/9dcb9bdf9f249ed8251f4013 分布式缓存 - Hash算法一、根据余数计算分布Hash()modn就是“根据服务器台数的余数进行分散”。求得键的整数哈希值,再除以服务器台数,根据其余数来选择服务器。根... 阅读全文
posted @ 2014-04-25 15:04 dapeng888 阅读(353) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2014-04-25 14:46 dapeng888 阅读(163) 评论(0) 推荐(0)
摘要: 原文地址:http://www.cnblogs.com/qq731109249/archive/2012/10/28/2743867.htmlusing System;using System.Collections.Generic;using System.Dynamic;using System... 阅读全文
posted @ 2014-04-25 14:39 dapeng888 阅读(135) 评论(0) 推荐(0)