海量计算
1. http://lucene.apache.org/hadoop/
Hadoop is a software platform that lets one easily write and run applications that process vast amounts of data.
Here's what makes Hadoop especially useful:
- Scalable: Hadoop can reliably store and process petabytes.
- Economical: It distributes the data and processing across clusters of commonly available computers. These clusters can number into the thousands of nodes.
- Efficient: By distributing the data, Hadoop can process it in parallel on the nodes where the data is located. This makes it extremely rapid.
- Reliable: Hadoop automatically maintains multiple copies of data and automatically redeploys computing tasks based on failures.
分布式缓存
1.http://www.danga.com/memcached/
memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.
本文介绍Hadoop平台,一种易于编写和运行处理大量数据的应用程序的软件平台。它具有可扩展性,能够可靠地存储和处理PB级的数据;经济性,通过普通计算机集群分布数据和处理任务;高效性,通过并行处理提高速度;可靠性,自动维护数据副本和重新部署计算任务。
1657

被折叠的 条评论
为什么被折叠?



